[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
21.1 TUI overview 21.2 TUI Key Bindings TUI key bindings 21.3 TUI Single Key Mode TUI single key mode 21.4 TUI specific commands 21.5 TUI configuration variables
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 available only when GDB is configured
with the --enable-tui
configure option (see section B.3 configure
options).