aboutsummaryrefslogtreecommitdiffstats
path: root/gdbinit
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-08-03 09:00:58 -0400
committerBrian Cully <bjc@kublai.com>2022-08-03 09:00:58 -0400
commit17cac5fe6421e144619f4828409e8174986f3e3b (patch)
treeeb34f3af60fa95ec7ca53ac9acf0704dd250e07b /gdbinit
downloadluchie-17cac5fe6421e144619f4828409e8174986f3e3b.tar.gz
luchie-17cac5fe6421e144619f4828409e8174986f3e3b.zip
Initial bootstrap into ‘main’.
Diffstat (limited to 'gdbinit')
-rw-r--r--gdbinit11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdbinit b/gdbinit
new file mode 100644
index 0000000..695822f
--- /dev/null
+++ b/gdbinit
@@ -0,0 +1,11 @@
+define hook-quit
+ set confirm off
+end
+
+# print demangled symbols by default
+set print asm-demangle on
+
+# OpenOCD
+set remote hardware-breakpoint-limit 4
+set remote hardware-watchpoint-limit 2
+target extended-remote psyduck:3333