From c9a5339c5544e494a0f5891c882af42c2075e791 Mon Sep 17 00:00:00 2001 From: Hizenberg Date: Tue, 7 Oct 2025 17:22:02 +0000 Subject: [PATCH] Hizenberg --- gdb.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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.