From: John Gilmore Date: Fri, 6 Sep 1991 06:52:38 +0000 (+0000) Subject: * .gdbinit: Remove useless "rr" command. Set complaints X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d8fa9ab983d9d2ff132a16c57f71ddb6e6c0952;p=binutils-gdb.git * .gdbinit: Remove useless "rr" command. Set complaints to 1 for people debugging gdb. --- 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