TUI (Text User Interface) is a curses based mode that is enabled with the layout command.
src
displays source and command windowsasm
displays disassembly and command windowssplit
displays source, disassembly and command windowsregs
displays registers and disassembly
CTRL+x,a
enter/leave TUI modeCTRL+x 1
andCTRL+x 2
use TUI layout with 1 or 2 windowsCTRL+x o
change the active window focusCTRL+x s
switch into and out of Single Key mode (see below)CTRL+L
refresh the screen- Cursor keys and
PgUp
,PgDn
scroll the active window
Binds frequently used GDB commands to single keys.
c
continueC
reverse-continued
downf
finishF
reverse-finishn
nextN
reverse-nexto
nexti. The shortcut letter ‘o’ stands for “step Over”.O
reverse-nextiq
exit the SingleKey mode.r
runs
stepS
reverse-stepi
stepi. The shortcut letter ‘i’ stands for “step Into”.I
reverse-stepiu
upv
info localsw
where