summaryrefslogtreecommitdiffstats
path: root/bash_experiments/just_gdb
diff options
context:
space:
mode:
authorRegia König2022-09-05 20:28:22 +0200
committerRegia König2022-09-05 20:28:22 +0200
commitd0a1c0701a8a3f022f8201818fb2f3f6d89d938a (patch)
tree59222f85e2365c8f98ac72f108c579a9d97c969a /bash_experiments/just_gdb
parentPerhaps found sl (diff)
downloadmemtest86-d0a1c0701a8a3f022f8201818fb2f3f6d89d938a.tar.gz
memtest86-d0a1c0701a8a3f022f8201818fb2f3f6d89d938a.tar.xz
memtest86-d0a1c0701a8a3f022f8201818fb2f3f6d89d938a.zip
Rename dir and experiment with cmdline options
Diffstat (limited to 'bash_experiments/just_gdb')
-rw-r--r--bash_experiments/just_gdb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash_experiments/just_gdb b/bash_experiments/just_gdb
new file mode 100644
index 0000000..ad2f8e5
--- /dev/null
+++ b/bash_experiments/just_gdb
@@ -0,0 +1,4 @@
+add-symbol-file ~/Memtest/git/memtest86plus_debug/build64/memtest.debug 0x201000
+b main
+info b
+quit