Hizenberg

This commit is contained in:
2025-10-07 17:22:02 +00:00
parent ac688c6860
commit c9a5339c55

16
gdb.txt
View File

@@ -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.