From 5e6d32d6b0271f404aafc49a24f9decdedd63c47 Mon Sep 17 00:00:00 2001 From: gwr Date: Sat, 18 Oct 1997 19:09:38 +0000 Subject: [PATCH] Add dir commands to find sources. --- gnu/usr.bin/gdb/.gdbinit | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/gdb/.gdbinit b/gnu/usr.bin/gdb/.gdbinit index bcacd5dc7e84..4d35d40c6adb 100644 --- a/gnu/usr.bin/gdb/.gdbinit +++ b/gnu/usr.bin/gdb/.gdbinit @@ -1,5 +1,7 @@ echo Setting up the environment for debugging gdb.\n +set complaints 1 + b fatal b info_command @@ -8,8 +10,14 @@ commands return end -define rr - run -end +dir ../../dist/gdb +dir ../../dist/readline -set prompt (top-gdb) +dir ../../lib/bfd + +dir ../../dist/bfd +dir ../../dist/opcodes +dir ../../dist/libiberty +dir ../../dist/include + +set prompt (top-gdb)