This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is there any assembly language debugger?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]