OSDN Git Service

Patch from David Carlton <carlton@math.stanford.edu>:
authorjimb <jimb>
Tue, 30 Jul 2002 07:01:22 +0000 (07:01 +0000)
committerjimb <jimb>
Tue, 30 Jul 2002 07:01:22 +0000 (07:01 +0000)
* gdbinit.in: Move the `dir' commands that add GDB's own source
directory to the search path to the end, so that the `gdb' source
directory will be searched first.

gdb/ChangeLog
gdb/gdbinit.in

index 326ba48..6d94a24 100644 (file)
@@ -1,3 +1,10 @@
+2002-07-30  Jim Blandy  <jimb@redhat.com>
+
+       Patch from David Carlton <carlton@math.stanford.edu>:
+       * gdbinit.in: Move the `dir' commands that add GDB's own source
+       directory to the search path to the end, so that the `gdb' source
+       directory will be searched first.
+
 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
 
        * gdb_obstack.h: New file.
index af97d2c..56881c9 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,9 @@ commands
        return
 end
 
-dir @srcdir@
-dir .
 dir @srcdir@/../mmalloc
 dir @srcdir@/../libiberty
 dir @srcdir@/../bfd
+dir @srcdir@
+dir .
 set prompt (top-gdb)