Does someone here have some experience with debugging under linux with gdb ?
Im having trouble as I keep getting the message "Can't find bound of current function" or similar.
Yet I can see all the code in the listing and have compiled with full debug info
problem is solved. I turned to using gcc to assemble the code and it turned out there are a lot of other switches
it applies to the assembling. This helped with debugging.
Also, try F5 and shift-F5 when in DDD of GDB.