summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2017-09-21 15:50:48 -0400
committerDeterminant <ted.sybil@gmail.com>2017-09-21 15:50:48 -0400
commitf6340e4d1f6bd9356830e0c73f0bd813912ea2cc (patch)
treeab6b1d658f1a03be0156e5354f8ee84ba4ec22bb /.gdbinit
init
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit
new file mode 100644
index 0000000..7c72d4f
--- /dev/null
+++ b/.gdbinit
@@ -0,0 +1,6 @@
+target remote :3333
+
+monitor arm semihosting enable
+
+load
+step