summaryrefslogtreecommitdiffstats
path: root/test_code/gdbscripts/memtest_gdbscript
blob: 94a7f53f02d856b1123b014d01a98ebecf33d954 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
add-symbol-file ../../memtest86plus_debug/build64/memtest.debug 0x201000
b main

# while loop
b *0x21414a

# supposed main
b *0x21412a

target remote localhost:1234