* .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 bcacd5d..4f95088 100644 (file)
@@ -8,8 +8,5 @@ commands
        return
 end
 
-define rr
-    run
-end
-
 set prompt (top-gdb)
+set complaints 1