Re: Disassemble binary with Debug info
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
David Daney schrieb:
If it really contains full debugging information, you can load it into
gdb and use ptype and friends to print the definitions of all types.
David Daney
Yeah, that's what I already got with objdump. It gave me all typedefs in
one text file.
What I want is a Disassembler or Debugger that actually uses this
information to make the assembler code more readable.
I mean, from the objdump output, I can see that the debug information
holds all variable's names and their type. The types themselves (if
custom) are also defined. Therefore, a disassembler could use that to
make the code easier to read.
Do you see what I mean?
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]