diff options
author | Matt Turner <mattst88@gmail.com> | 2024-02-01 21:17:24 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-02-01 21:23:58 -0500 |
commit | 9851514c1e5b5946549cca3704be31183ae42589 (patch) | |
tree | 3745801a86a0571db9eae21a9d9b04e068827fe2 | |
parent | 1cdb807bce9842edd4196bee39bc7d953eefffe5 (diff) |
gdb: Add gdbinit
-rw-r--r-- | gdb/.config/gdb/gdbearlyinit | 1 | ||||
-rw-r--r-- | gdb/.config/gdb/gdbinit | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gdb/.config/gdb/gdbearlyinit b/gdb/.config/gdb/gdbearlyinit new file mode 100644 index 0000000..b73aa96 --- /dev/null +++ b/gdb/.config/gdb/gdbearlyinit @@ -0,0 +1 @@ +set startup-quietly on diff --git a/gdb/.config/gdb/gdbinit b/gdb/.config/gdb/gdbinit new file mode 100644 index 0000000..1e8a7a6 --- /dev/null +++ b/gdb/.config/gdb/gdbinit @@ -0,0 +1,3 @@ +set history save on +set history remove-duplicates unlimited +set history filename ~/.gdb_history |