* gdbinit.in: New file.

* .gdbinit: Remove.
	* configure.in: Generate .gdbinit from gdbinit.in.
	* configure: Rebuild.
This commit is contained in:
Ian Lance Taylor
1997-03-31 19:57:51 +00:00
parent 2f2bcadb7d
commit 0cb7d01dd2
5 changed files with 16 additions and 23 deletions

18
gdb/gdbinit.in Normal file
View File

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