* defs.h (enum misc_command_type, command_control_type): Enums
[deliverable/binutils-gdb.git] / gdb / .gdbinit
index c9e62962437223feab6e4681bd681b0cc5fa8db3..f60802e50093650d65d2377048f0eca9121fc528 100644 (file)
@@ -1,3 +1,7 @@
+echo Setting up the environment for debugging gdb.\n
+
+set complaints 1
+
 b fatal
 
 b info_command
@@ -6,8 +10,7 @@ commands
        return
 end
 
-define rr
-    run
-end
-
-set prompt (top-gdb)
+dir ../mmalloc
+dir ../libiberty
+dir ../bfd
+set prompt (top-gdb) 
This page took 0.025196 seconds and 4 git commands to generate.