Next: Emacs, Previous: Interpreters, Up: Top [Contents][Index]
The ROCGDB Text User Interface (TUI) is a terminal
interface which uses the curses
library to show the source
file, the assembly output, the program registers and ROCGDB
commands in separate text windows. The TUI mode is supported only
on platforms where a suitable version of the curses
library
is available.
The TUI mode is enabled by default when you invoke ROCGDB as
‘gdb -tui’.
You can also switch in and out of TUI mode while ROCGDB runs by
using various TUI commands and key bindings, such as tui
enable
or C-x C-a. See TUI Commands, and
TUI Key Bindings.
• TUI Overview: | TUI overview | |
• TUI Keys: | TUI key bindings | |
• TUI Single Key Mode: | TUI single key mode | |
• TUI Mouse Support: | TUI mouse support | |
• TUI Commands: | TUI-specific commands | |
• TUI Configuration: | TUI configuration variables |