summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gdbinit b/.gdbinit
index 2844d70..197f2ca 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -1,5 +1,5 @@
define flash
-file demo.elf
+file arcin.elf
load
end
@@ -17,7 +17,6 @@ mon jtag_scan
attach 1
end
-file demo.elf
-target extended-remote /dev/cu.usbmodem7FC181B1
+file arcin.elf
set mem inaccessible-by-default off