Initial commit
This commit is contained in:
commit
4491f72afd
15 changed files with 4356 additions and 0 deletions
12
scope.gdb
Normal file
12
scope.gdb
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue