News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

debugging with gdb under linux ...

Started by James Ladd, September 12, 2006, 10:40:27 PM

Previous topic - Next topic

James Ladd

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


James Ladd

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.