From e35d7d87ec46cb66d32b36828f35c7c4c72868b0 Mon Sep 17 00:00:00 2001 From: lace <> Date: Sat, 5 Aug 2006 18:37:28 +0000 Subject: [PATCH] +set complaints 10 --- .gdbinit | 1 + 1 file changed, 1 insertion(+) diff --git a/.gdbinit b/.gdbinit index 36ecf0d..6aad8c4 100644 --- a/.gdbinit +++ b/.gdbinit @@ -2,6 +2,7 @@ # Should also work (untested): # set history filename ~/.gdb_history set history save on +set complaints 10 define rt break $arg0 run -- 1.8.3.1