summaryrefslogtreecommitdiffstats
path: root/test_code/gdbscripts/memtest_gdbscript
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 /test_code/gdbscripts/memtest_gdbscript
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 'test_code/gdbscripts/memtest_gdbscript')
-rw-r--r--test_code/gdbscripts/memtest_gdbscript10
1 files changed, 10 insertions, 0 deletions
diff --git a/test_code/gdbscripts/memtest_gdbscript b/test_code/gdbscripts/memtest_gdbscript
new file mode 100644
index 0000000..94a7f53
--- /dev/null
+++ b/test_code/gdbscripts/memtest_gdbscript
@@ -0,0 +1,10 @@
+add-symbol-file ../../memtest86plus_debug/build64/memtest.debug 0x201000
+b main
+
+# while loop
+b *0x21414a
+
+# supposed main
+b *0x21412a
+
+target remote localhost:1234