manpagez: man pages & more
info gdb
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

22.4 TUI-specific Commands

The TUI has specific commands to control the text windows. These commands are always available, even when No value for GDBN is not in the TUI mode. When No value for GDBN is in the standard mode, most of these commands will automatically switch to the TUI mode.

info win

List and give the size of all displayed windows.

layout next

Display the next layout.

layout prev

Display the previous layout.

layout src

Display the source window only.

layout asm

Display the assembly window only.

layout split

Display the source and assembly window.

layout regs

Display the register window together with the source or assembly window.

focus next

Make the next window active for scrolling.

focus prev

Make the previous window active for scrolling.

focus src

Make the source window active for scrolling.

focus asm

Make the assembly window active for scrolling.

focus regs

Make the register window active for scrolling.

focus cmd

Make the command window active for scrolling.

refresh

Refresh the screen. This is similar to typing C-L.

tui reg float

Show the floating point registers in the register window.

tui reg general

Show the general registers in the register window.

tui reg next

Show the next register group. The list of register groups as well as their order is target specific. The predefined register groups are the following: general, float, system, vector, all, save, restore.

tui reg system

Show the system registers in the register window.

update

Update the source window and the current execution point.

winheight name +count
winheight name -count

Change the height of the window name by count lines. Positive counts increase the height, while negative counts decrease it.

tabset nchars

Set the width of tab stops to be nchars characters.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.