History of OnlineCourse/PcEmulation
Older Newer
2005-04-15 03:32:06 . . . . MembersPage/FredrikJagenheim [emulator and gdb]
2005-04-13 09:28:47 . . . . MembersPage/MarcellGal [note about async heap stuff. asked about gdb / ddd]
2005-02-25 12:16:25 . . . . MembersPage/FredrikJagenheim


Changes by last author:

Changed:
Any instructions / tips / known tricks to run it in gdb (ddd / whatever)? It might be a good idea to do prototyping in C instead of JAVA in the future, if we can conveniently work with it.
Any instructions / tips / known tricks to run it in gdb (ddd / whatever)? It might be a good idea to do prototyping in C instead of JAVA in the future, if we can conveniently work with it. This is how I've done most of my firmware work. 'gdb ./vems' and you should be up and running. If you uncomment the compiler lines with '-pg' in EmuMakefile, you will add profiling also, not very useful ATM though. ddd is only a FE to gdb, so it should also work straight out of the box. I've tried to link it with 'efence', but that wouldn't work.