Next: , Previous: Interpreters, Up: Top


22 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 enabled by invoking gdb using either `gdbtui' or `gdb -tui'.