From a3a9ba23bca1312e941eeff71d38a06dded399b3 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 20 Sep 1991 19:26:09 +0000 Subject: [PATCH] .gdbinit: move set complaints 1 to top. --- gdb/.gdbinit | 3 ++- gdb/ChangeLog | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/.gdbinit b/gdb/.gdbinit index 4f95088..3adc483 100644 --- a/gdb/.gdbinit +++ b/gdb/.gdbinit @@ -1,5 +1,7 @@ echo Setting up the environment for debugging gdb.\n +set complaints 1 + b fatal b info_command @@ -9,4 +11,3 @@ commands end set prompt (top-gdb) -set complaints 1 diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 066fbfb..f23eb5d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Fri Sep 20 02:28:15 1991 John Gilmore (gnu at cygnus.com) + * .gdbinit: Move 'set complaints' to top, so it runs even in + case we aren't debugging GDB. * language.c (_initialize_language): Fix type check and range check documentation strings. * utils.c (!HAVE_VPRINTF): Define vfprintf as a function, so -- 2.7.4