Go to the first, previous, next, last section, table of contents.


GDB Text User Interface

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 configure options).


Go to the first, previous, next, last section, table of contents.