diff --git a/gdb.txt b/gdb.txt index 6fffe42..7c78593 100644 --- a/gdb.txt +++ b/gdb.txt @@ -88,10 +88,14 @@ Command: run or r To run the executable in gdb. -Command: CTRL + l +Command: CTRL + l (key bindings) To clear screen in gdb. +Command: refresh + + To clear the screen for gdb. + Command: start It will add temporary breakpoint to start @@ -223,24 +227,20 @@ Command: layout asm To show asm info. -Command: CTRL+x 1,2... +Command: CTRL+x 1,2... (key bindings) To cycle through various layout for a single window. -Command: CTRL+x 0 +Command: CTRL+x 0 (key bindings) To navigate to gdb terminal and TUI window - - If view gets messed up use CTRL+l - - If view gets messed up use CTRL+l Same thing for navigation can be done using focus cmd and focus src window. -Command: CTRL+p +Command: CTRL+p (key bindings) will move to previous command if focus is on src window.