summaryrefslogtreecommitdiffstats
path: root/documentation/gdb commands
diff options
context:
space:
mode:
authorRegina König2022-09-07 23:24:55 +0200
committerRegina König2022-09-07 23:24:55 +0200
commit09e1b4fb40878ef29b8ca36b93172fcd89c70883 (patch)
treef731cd63f8a6511d1b1bbad6ed4eb01111e77995 /documentation/gdb commands
parenthiuhi (diff)
parentRename dir and experiment with cmdline options (diff)
downloadmemtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.tar.gz
memtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.tar.xz
memtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.zip
Merge branch 'master' of git.openslx.org:openslx-ng/memtest86HEADmaster
Diffstat (limited to 'documentation/gdb commands')
-rw-r--r--documentation/gdb commands19
1 files changed, 0 insertions, 19 deletions
diff --git a/documentation/gdb commands b/documentation/gdb commands
deleted file mode 100644
index 85bf88e..0000000
--- a/documentation/gdb commands
+++ /dev/null
@@ -1,19 +0,0 @@
-GDB COMMANDS
-============
-
-qemu must be started with "-s" option (shorthand for "-gdb tcp::1234")
-
-source gdbscript
-
-file MemtestEfi.efi || load file
-info files || get Entry point + sections
-file || unload files
-
-b CoreHandleProtocol | or OutputString
-
-target remote localhost:1234
-
-c
-bt || print back_trace of all stack frames
-stop || stop program until it reaches a different source line
-list || list specified function or line