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:
90262bf
)
* .gdbinit: Remove useless "rr" command. Set complaints
author
John Gilmore
<gnu@cygnus>
Fri, 6 Sep 1991 06:52:38 +0000
(06:52 +0000)
committer
John Gilmore
<gnu@cygnus>
Fri, 6 Sep 1991 06:52:38 +0000
(06:52 +0000)
to 1 for people debugging gdb.
gdb/.gdbinit
patch
|
blob
|
history
diff --git
a/gdb/.gdbinit
b/gdb/.gdbinit
index bcacd5dc7e84d7572c513520fa67c10cc2a73a8f..4f950881faf85e71664d97a0da0204f253a9a86d 100644
(file)
--- a/
gdb/.gdbinit
+++ b/
gdb/.gdbinit
@@
-8,8
+8,5
@@
commands
return
end
-define rr
- run
-end
-
set prompt (top-gdb)
+set complaints 1