mongodb-labs / disasm

Interactive Disassembler GUI - This Repository is NOT a supported MongoDB product
Apache License 2.0
247 stars 20 forks source link

".dwarf_info section" #3

Open adah1972 opened 7 years ago

adah1972 commented 7 years ago

This project looks interesting, and I have managed to make it start working. However, there is no explanation as to how to make ".dwarf_info section be defined" to enable some of the features, nor can I find much information about it via Google (in fact, this project is the top hit when I search).

Would you please clarify? Many thanks.

adah1972 commented 7 years ago

It seems I misunderstood something. The real requirement is only that the executable is compiled with -g. I see that I can left-click and choose showing the source file now. Then, strangely, it insists that the source file is under /usr/include, but that should be a separate bug.