summaryrefslogtreecommitdiffstats
path: root/documentation/GDB commands
diff options
context:
space:
mode:
authorRegia König2022-08-15 17:09:30 +0200
committerRegia König2022-08-15 17:09:30 +0200
commitc74fca5e3c4ff12865c57ba83702ae6586fa45a8 (patch)
treef0d590a026973f26ef3b576dbf463b7d3b75fb43 /documentation/GDB commands
parentMore documentation and test.sh is updated to use monitor at stdio (diff)
downloadmemtest86-c74fca5e3c4ff12865c57ba83702ae6586fa45a8.tar.gz
memtest86-c74fca5e3c4ff12865c57ba83702ae6586fa45a8.tar.xz
memtest86-c74fca5e3c4ff12865c57ba83702ae6586fa45a8.zip
More documentation
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