diff options
author | Regia König | 2022-08-22 15:26:23 +0200 |
---|---|---|
committer | Regia König | 2022-08-22 15:26:23 +0200 |
commit | 9c320b5d886af0abb27fce694f5f97e472bef3d6 (patch) | |
tree | aea61719bb280797c8f53ec5150f5b10c79bec8b /documentation | |
parent | Save commands to get a successfull execution with gdb (diff) | |
download | memtest86-9c320b5d886af0abb27fce694f5f97e472bef3d6.tar.gz memtest86-9c320b5d886af0abb27fce694f5f97e472bef3d6.tar.xz memtest86-9c320b5d886af0abb27fce694f5f97e472bef3d6.zip |
Finish gdb_procedure documentation
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/GDB commands | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/GDB commands b/documentation/GDB commands index ef02570..14b793b 100644 --- a/documentation/GDB commands +++ b/documentation/GDB commands @@ -99,6 +99,19 @@ gdb --tui - ctrl+x o || change active window + - ctrl+x 1 || use TUI layout with one window + - ctrl+x 2 || use TUI layout with two windows + + - PgUp || scroll the active window one page up + - PgDn || scroll the active window one page down + + - Up || scroll the active window one line up + - Down || scroll the active window one lin down + - Right + - Left + + - C+L || refresh the screen + VARIABLES info locals info variables |