From 362d070ec9da3e60291e26909da3f4ebd4105af2 Mon Sep 17 00:00:00 2001 From: lace <> Date: Thu, 15 Jun 2006 08:30:37 +0000 Subject: [PATCH] Update comment regarding: set history filename --- .gdbinit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gdbinit b/.gdbinit index 1ac14b6..36ecf0d 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,5 +1,6 @@ # See .bashrc: export GDBHISTFILE="$HOME/.gdb_history" -#set history filename /home/lace/.gdb_history +# Should also work (untested): +# set history filename ~/.gdb_history set history save on define rt break $arg0 -- 1.8.3.1