Is there any assembly language debugger?

Nick Clifton nickc@redhat.com
Tue Sep 17 16:58:00 GMT 2019
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



More information about the Binutils mailing list