Skip to content

undoio/tui-many-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Extend GDB with Text User Interface (TUI) windows

  • Show the output of commonly used GDB commands in dedicated windows.
  • Create your own TUI windows with Python.

image

Setup

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.

About

Extend GDB with Text User Interface (TUI) windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages