From: John Gilmore Date: Wed, 19 Feb 1992 23:59:37 +0000 (+0000) Subject: Mention the "dir" commands in the .gdbinit file, too. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bccfae1670df5f110b19c269fb156f1b244ebb80;p=binutils-gdb.git Mention the "dir" commands in the .gdbinit file, too. --- diff --git a/configure.texi b/configure.texi index e2cd436744c..b3065e7679e 100644 --- a/configure.texi +++ b/configure.texi @@ -142,13 +142,14 @@ corresponding makefile variables are set accordingly. If host, target, or site specific makefile fragments exist, these are inserted into the output file. (See @ref{Makefiles, , , make, Makefiles}.) -@item Generate @file{.gdbinit} -If the source directory contains a @file{.gdbinit} file and the build -directory is not the same as the source directory, a @file{.gdbinit} -file is created in the build directory. This @file{.gdbinit} file -contains just a @code{source} command, which will cause the @file{.gdbinit} -file from the source directory to be read by GDB. (see -@ref{Command Files, , , gdb, Command Files}.) +@item Generate @file{.gdbinit} If the source directory contains a +@file{.gdbinit} file and the build directory is not the same as the +source directory, a @file{.gdbinit} file is created in the build +directory. This @file{.gdbinit} file contains @code{dir} commands and +a @code{source} command, which will cause the @file{.gdbinit} file from +the source directory to be read by GDB, and will allow GDB to find +source files in either the source directory or the build directory. +(see @ref{Command Files, , , gdb, Command Files}.) @item Make symbolic links Most directories have some symbolic links with generic names built