Next: Emacs, Previous: Interpreters, Up: Top
The gdb Text User Interface, TUI in short, is a terminal
interface which uses the curses
library to show the source
file, the assembly output, the program registers and gdb
commands in separate text windows.
The TUI is enabled by invoking gdb using either `gdbtui' or `gdb -tui'.