summaryrefslogtreecommitdiffstats
path: root/documentation/GDB commands
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/GDB commands')
-rw-r--r--documentation/GDB commands7
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/GDB commands b/documentation/GDB commands
index a6db0cc..64ea1b8 100644
--- a/documentation/GDB commands
+++ b/documentation/GDB commands
@@ -13,6 +13,10 @@ QEMU CONFIGURATION
# GDB PART
#
+SYMBOL FILES
+ add-symbol-file Hello.debug 0x... -s .data 0x...
+
+
CONNECTION
- source gdbscript
(if a gdbscript is created, which contains
@@ -69,7 +73,8 @@ INFORMATION
CONTROL FLOW
- - c
+ - c || continue
+ - next || move only one step forward
- bt || print back_trace of all stack frames
- stop || stop program until it reaches a different source line