0

I am searching for a GUI based debugging tool which reads DWARF info from ELF file and maps the assembly instructions to the line number of the source code. Are there any such tools existing, please let me know?

2
  • Did you try GDB? Why do you need a GUI based tool? What OS should host the GUI program? What have your TRIED? Commented Jun 29, 2015 at 8:30
  • @harper I need GUI so that it would be easy to browse the code and compare assembly instructions at the same time(in same GUI terminal), not by opening two separate terminals one to map the assembly code and get source code line number and other to browse the source code, as we work with "addr2line" utility. I tried "addr2line" utility but as i told before, its not user friendly. Regarding OS, linux is preferred, but any OS should be ok. Commented Jun 29, 2015 at 8:44

1 Answer 1

1

There are many gdb GUIs. There is a reasonably complete list on the GDB Wiki. For best results, pick one from the first ("Using modern GDB/MI") category.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.