usb-remote/fw/scope.gdb
2020-10-11 23:31:12 +02:00

12 lines
172 B
Text

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