From 2d8fa9ab983d9d2ff132a16c57f71ddb6e6c0952 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 6 Sep 1991 06:52:38 +0000 Subject: [PATCH] * .gdbinit: Remove useless "rr" command. Set complaints to 1 for people debugging gdb. --- gdb/.gdbinit | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gdb/.gdbinit b/gdb/.gdbinit index bcacd5dc7e8..4f950881faf 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 -- 2.30.2