From f4b8f29ef336f1427101fe6e53de7f7b999ffdd8 Mon Sep 17 00:00:00 2001 From: lace <> Date: Sat, 19 Aug 2006 14:17:10 +0000 Subject: [PATCH] "set complaints 0" as SNAFU. --- .gdbinit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gdbinit b/.gdbinit index 6aad8c4..47f3017 100644 --- a/.gdbinit +++ b/.gdbinit @@ -2,7 +2,8 @@ # Should also work (untested): # set history filename ~/.gdb_history set history save on -set complaints 10 +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106814 +set complaints 0 define rt break $arg0 run -- 1.8.3.1