diff options
Diffstat (limited to 'test_code/memtest_gdbscript')
-rw-r--r-- | test_code/memtest_gdbscript | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test_code/memtest_gdbscript b/test_code/memtest_gdbscript index 3295919..94a7f53 100644 --- a/test_code/memtest_gdbscript +++ b/test_code/memtest_gdbscript @@ -1,4 +1,4 @@ -add-symbol-file ../../memtest86plus_debug/build64/memtest.debug 0x20000 +add-symbol-file ../../memtest86plus_debug/build64/memtest.debug 0x201000 b main # while loop @@ -6,3 +6,5 @@ b *0x21414a # supposed main b *0x21412a + +target remote localhost:1234 |