Open KhazAkar opened 4 years ago
There's no need for an additional dependency, GDB already has disassembly support (both in TUI mode: disassemble
and MI mode: -data-disassemble
etc.).
However, wiring a disassembly view into the plugin will require some non-trivial effort.
The basic idea is to have an additional editor with disassembly instructions corresponding to the current call-stack and ability to step by instructions from the current point.
It would be a great addition to Debugger plugin to have possibility to see disassembly view of debugged program/C file :) Capstone as a disassembler is worth to look into considering this issue to be resolved IMHO: http://www.capstone-engine.org