Browse code

Add dotfiles

Robert Cranston authored on 28/11/2024 01:09:22
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+## Print
2
+set print pretty        on
3
+set print asm-demangle  on
4
+set print thread-events off
5
+
6
+## History
7
+set history save on
8
+set history size unlimited
9
+set history remove-duplicates 1
10
+# Override `./.gdb_history` default locaion.
11
+set history filename ~/.cache/gdb/history