old-cross-binutils/gdb/gdbinit.in
Jim Blandy 67f0714670 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-30 07:01:23 +00:00

18 lines
246 B
Text

echo Setting up the environment for debugging gdb.\n
set complaints 1
b internal_error
b info_command
commands
silent
return
end
dir @srcdir@/../mmalloc
dir @srcdir@/../libiberty
dir @srcdir@/../bfd
dir @srcdir@
dir .
set prompt (top-gdb)