gdb-gui
gdb-gui copied to clipboard
A gdb gui written in Python, running inside gdb itself.
nemiver automatically saves breakpoints per-executable. This sounds like a handy feature to copy.
At least the "could put a breakpoint here" icon is terrible and should be updated.
Right now the source window scrolls naively. It would be great if it were more intelligent. The ideal would be if we could get loop information out of gdb, so...
Let the user make a tty window for the inferior.
Add a local variable display. It should display function arguments as well. And, it should use pretty-printers.
Add a way to pin a source window so that it will not be used during updating.
Save size and positions of windows and by default make new windows conform to the saved state. Add an option to disable this and another option to auto-restore all windows...
Add a stack window. It should use the frame filter api.
Add a breakpoint window.