News:

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

GNU gdb as debugger for masm executables

Started by Gunnar Vestergaard, August 19, 2009, 10:59:04 PM

Previous topic - Next topic

Gunnar Vestergaard

Does anyone have experience with using GNU gdb from GNU Compiler Collection for debugging MASM executables? Can gdb show labels just as they are written in the source code?

ecube

I used gdb awhile ago, wasn't for masm executables and I think it outputted at&t style asm, but you can probably change that. If you build your executable with debug symbols olly will be able to debug using your source code, and pinpoint you right in the source,which is neat, not sure about gdb.