X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.gdbinit;h=6aad8c420705e7105ae4a7acb1c2aeaf19e10e5e;hb=d4022af99a8b5d202895529bb541a9862eea515f;hp=1ac14b644339a349218fd1ae8ff836b4b8dd2799;hpb=9a428829240a05b3d43e2ff12c0526793b55c4c6;p=nethome.git diff --git a/.gdbinit b/.gdbinit index 1ac14b6..6aad8c4 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,6 +1,8 @@ # 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 +set complaints 10 define rt break $arg0 run