summaryrefslogtreecommitdiff
path: root/scope.gdb
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2019-07-06 11:33:47 +0900
committerjaseg <git@jaseg.net>2019-07-06 11:33:47 +0900
commit4491f72afd80c59d1fc0f1e166b17372b10cdc5a (patch)
tree703d95aa100137c05cda29e1388d3a97a4885c19 /scope.gdb
downloadmoargb-4491f72afd80c59d1fc0f1e166b17372b10cdc5a.tar.gz
moargb-4491f72afd80c59d1fc0f1e166b17372b10cdc5a.tar.bz2
moargb-4491f72afd80c59d1fc0f1e166b17372b10cdc5a.zip
Initial commit
Diffstat (limited to 'scope.gdb')
-rw-r--r--scope.gdb12
1 files changed, 12 insertions, 0 deletions
diff --git a/scope.gdb b/scope.gdb
new file mode 100644
index 0000000..da325bd
--- /dev/null
+++ b/scope.gdb
@@ -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