mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-16 04:18:50 +00:00
.gdbinit: move set complaints 1 to top.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user