summaryrefslogtreecommitdiff
path: root/tools/gdbinit
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdbinit')
-rw-r--r--tools/gdbinit6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/gdbinit b/tools/gdbinit
new file mode 100644
index 00000000..59dbe0a3
--- /dev/null
+++ b/tools/gdbinit
@@ -0,0 +1,6 @@
+target extended-remote :3333
+set remote hardware-watchpoint-limit 2
+mon reset halt
+flushregs
+thb app_main
+c