From b5527eeeccc01a574b1324038527f0be786b73d2 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 7 Aug 2005 00:51:11 +0000 Subject: [PATCH] Disable setting fixed history filename as it is now default. - Constant value was not $USER adaptable. --- .gdbinit | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gdbinit b/.gdbinit index f27eca6..68597bf 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,5 +1,6 @@ -set history filename /home/lace/.gdb_history -set history save on +# Appears to be a default everywhere now: +#set history filename /home/lace/.gdb_history +#set history save on define rt break $arg0 run -- 1.8.3.1