aboutsummaryrefslogtreecommitdiff
path: root/gdb/.gdbinit
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-06 06:52:38 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-06 06:52:38 +0000
commit2d8fa9ab983d9d2ff132a16c57f71ddb6e6c0952 (patch)
tree363947878a116f551a671f1286b63d29fbf1733a /gdb/.gdbinit
parent90262bf93494e64b8ad4dc22576e99da23361642 (diff)
downloadgdb-2d8fa9ab983d9d2ff132a16c57f71ddb6e6c0952.zip
gdb-2d8fa9ab983d9d2ff132a16c57f71ddb6e6c0952.tar.gz
gdb-2d8fa9ab983d9d2ff132a16c57f71ddb6e6c0952.tar.bz2
* .gdbinit: Remove useless "rr" command. Set complaints
to 1 for people debugging gdb.
Diffstat (limited to 'gdb/.gdbinit')
-rw-r--r--gdb/.gdbinit5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/.gdbinit b/gdb/.gdbinit
index bcacd5d..4f95088 100644
--- a/gdb/.gdbinit
+++ b/gdb/.gdbinit
@@ -8,8 +8,5 @@ commands
return
end
-define rr
- run
-end
-
set prompt (top-gdb)
+set complaints 1