mirror of
https://github.com/Hizenberg469/GDB-tutorial.git
synced 2026-04-19 22:02:23 +03:00
Hizenberg
This commit is contained in:
16
gdb.txt
16
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user