Is there any assembly language debugger?
Nick Clifton
nickc@redhat.com
Tue Sep 17 16:58:00 GMT 2019
More information about the Binutils mailing list
Tue Sep 17 16:58:00 GMT 2019
- Previous message (by thread): Is there any assembly language debugger?
- Next message (by thread): [PATCH] Re-generate many configure and Makefile.in files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Mayuresh, > Does the binutils collection have any assembly language debugger which > could be used along with "gas"? No and yes. No there is not a debugger that is specifically targeted at assembly language programs. But debuggers like GDB already have good support for displaying and stepping through assembly, so this should not be a problem. The assembler does however have the ability to generate DWARF debug information describing the assembler source that it is processing, so that an external debugger (eg gdb) can then provide a better experience to the user. The option that does this is -gdwarf-2. Cheers Nick
- Previous message (by thread): Is there any assembly language debugger?
- Next message (by thread): [PATCH] Re-generate many configure and Makefile.in files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list