diff options
author | Regina König | 2022-09-07 23:24:55 +0200 |
---|---|---|
committer | Regina König | 2022-09-07 23:24:55 +0200 |
commit | 09e1b4fb40878ef29b8ca36b93172fcd89c70883 (patch) | |
tree | f731cd63f8a6511d1b1bbad6ed4eb01111e77995 /test_code/gdbscripts/gdb_relocation_tests | |
parent | hiuhi (diff) | |
parent | Rename dir and experiment with cmdline options (diff) | |
download | memtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.tar.gz memtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.tar.xz memtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.zip |
Diffstat (limited to 'test_code/gdbscripts/gdb_relocation_tests')
-rw-r--r-- | test_code/gdbscripts/gdb_relocation_tests | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test_code/gdbscripts/gdb_relocation_tests b/test_code/gdbscripts/gdb_relocation_tests new file mode 100644 index 0000000..96b7226 --- /dev/null +++ b/test_code/gdbscripts/gdb_relocation_tests @@ -0,0 +1,12 @@ +add-symbol-file ../../memtest86plus_debug/build64/memtest.debug 0x201000 + +b main +b run_at +b reloc +b test_all_windows +b main.c:407 + +target remote localhost:1234 +layout src +info b +c |