summaryrefslogtreecommitdiff
path: root/scope.gdb
blob: da325bd6ad95214d8c1545626dee95b02d028798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
target remote localhost:3333
set pagination off
file main.elf
load

break gdb_dump
command 1
    dump binary value /tmp/scope_dump.bin debug_buf
    continue
end

continue