summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2012-12-10 19:09:45 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2012-12-10 19:11:37 +0100
commitd32f0390d0152d341e56da98517f07ecd0f3b0d1 (patch)
tree1688d79e2b2ec573442986e396ecbf0116a6b641 /.gdbinit
Ethernet demo.ethernet
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit
new file mode 100644
index 0000000..2844d70
--- /dev/null
+++ b/.gdbinit
@@ -0,0 +1,23 @@
+define flash
+file demo.elf
+load
+end
+
+define restart
+run
+end
+
+define attach_swd
+mon swdp_scan
+attach 1
+end
+
+define attach_jtag
+mon jtag_scan
+attach 1
+end
+
+file demo.elf
+target extended-remote /dev/cu.usbmodem7FC181B1
+
+set mem inaccessible-by-default off