projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb8375
)
.gdbinit: move set complaints 1 to top.
author
John Gilmore
<gnu@cygnus>
Fri, 20 Sep 1991 19:26:09 +0000
(19:26 +0000)
committer
John Gilmore
<gnu@cygnus>
Fri, 20 Sep 1991 19:26:09 +0000
(19:26 +0000)
gdb/.gdbinit
patch
|
blob
|
history
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/.gdbinit
b/gdb/.gdbinit
index 4f950881faf85e71664d97a0da0204f253a9a86d..3adc4837d0197a8255bfb5736d3d1364791a8653 100644
(file)
--- 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 066fbfb8ab780ba2aa8346d5bd77f8c5ae33d3c2..f23eb5d1a15dff106d0d4b923470f7b6da820247 100644
(file)
--- 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