diff --git a/files/.gdbinit b/files/.gdbinit new file mode 100644 index 0000000..b5f609b --- /dev/null +++ b/files/.gdbinit @@ -0,0 +1,4 @@ +set history save on +set history size 4096 +set history remove-duplicates 1 +set history filename ~/.gdb_history