- Show the output of commonly used GDB commands in dedicated windows.
- Create your own TUI windows with Python.
Download the tui_windows.py
file, load it into GDB and activate the many-windows
layout:
(gdb) source ./tui_windows.py
(gdb) layout many-windows
Feel free to modify tui_windows.py
for your own workflow.