gdb-gui
gdb-gui copied to clipboard
A gdb gui written in Python, running inside gdb itself.
Add a type inspection window. It should be similar to the data display but explore types. Ideally it would have "pahole" functionality and perhaps other type-specific features.
Add a data display window. It should share code with the local variable display, and allow easy exploration of data structures.
Add a memory inspection (and, ideally, modification) window.
Make some sort of mouse click into 'advance' or 'until'.
It would be nice to have a thread view. It would show all the inferiors and their threads, along with their running states. Perhaps drilling down further into a thread...