The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: James Ladd on September 12, 2006, 10:40:27 PM

Title: debugging with gdb under linux ...
Post by: James Ladd on September 12, 2006, 10:40:27 PM
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

Title: Re: debugging with gdb under linux ...
Post by: James Ladd on September 15, 2006, 11:40:51 PM
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.