aboutsummaryrefslogtreecommitdiff
path: root/gdb/.gdbinit
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-20 19:26:09 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-20 19:26:09 +0000
commita3a9ba23bca1312e941eeff71d38a06dded399b3 (patch)
tree5190317925c665bda4684b2ddb1f36eeb4fadcc1 /gdb/.gdbinit
parent7cb83757934a2a41c5bb8492ce1c3b9624afd97a (diff)
downloadgdb-a3a9ba23bca1312e941eeff71d38a06dded399b3.zip
gdb-a3a9ba23bca1312e941eeff71d38a06dded399b3.tar.gz
gdb-a3a9ba23bca1312e941eeff71d38a06dded399b3.tar.bz2
.gdbinit: move set complaints 1 to top.
Diffstat (limited to 'gdb/.gdbinit')
-rw-r--r--gdb/.gdbinit3
1 files changed, 2 insertions, 1 deletions
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