You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added disassembly tab/view in addition to disassembly section on right side.
Colorized instruction mnemonics and addresses.
Improved exception messages.
Notes
When symbol table is not available, GDBFrontend is iterating instructions to ret/retq with a max limit: hardcoded 1000. (This will be a setting in future versions.) Else, you will see disassembly from GDB disassembly selected frame behaviour.
If your application is using symbol table, it will disassemble code from address of function of selected frame.
"Disassemble everything" for PIEs is a TODO. It will disassembly executable/dynamic-linked objects and use PIE mappings.