* .gdbinit: Remove useless "rr" command. Set complaints
authorJohn Gilmore <gnu@cygnus>
Fri, 6 Sep 1991 06:52:38 +0000 (06:52 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 6 Sep 1991 06:52:38 +0000 (06:52 +0000)
to 1 for people debugging gdb.

gdb/.gdbinit

index bcacd5dc7e84d7572c513520fa67c10cc2a73a8f..4f950881faf85e71664d97a0da0204f253a9a86d 100644 (file)
@@ -8,8 +8,5 @@ commands
        return
 end
 
-define rr
-    run
-end
-
 set prompt (top-gdb)
+set complaints 1