Changelog update for my previous check-in.
[deliverable/binutils-gdb.git] / gdb / gdbinit.in
index af97d2cae3d6739ad8976ef8abac47469dcf5d32..1a080dca897f4d649f76d3ec647c83e9c1b8c4b5 100644 (file)
@@ -2,7 +2,7 @@ echo Setting up the environment for debugging gdb.\n
 
 set complaints 1
 
-b fatal
+b internal_error
 
 b info_command
 commands
@@ -10,9 +10,8 @@ commands
        return
 end
 
-dir @srcdir@
-dir .
-dir @srcdir@/../mmalloc
 dir @srcdir@/../libiberty
 dir @srcdir@/../bfd
+dir @srcdir@
+dir .
 set prompt (top-gdb) 
This page took 0.024275 seconds and 4 git commands to generate.