diff options
-rw-r--r-- | gdb/.gdbinit | 5 |
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 |