summaryrefslogtreecommitdiffstats
path: root/test_code/gdbscripts/gdb_relocation_tests
blob: 96b7226441a2a2d23a69a6dcfb0c7e63cb5ee85c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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