* gdb.texinfo (Command Files): Explain order of init file reading.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 27 Oct 1993 16:20:51 +0000 (16:20 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 27 Oct 1993 16:20:51 +0000 (16:20 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index b34ea2bbbab191c79cbc2f8c44364633a295c95f..a9b78095c837b7dfce754dfc1190aec32d01902b 100644 (file)
@@ -1,5 +1,7 @@
 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * gdb.texinfo (Command Files): Explain order of init file reading.
+
        * remote.texi (Bootstrapping): Talk about getting the serial driver
        to deal with ^C sent by gdb to stop the remote system.
 
index a2f293deb2a8f2ee8d8d08fd1a2d778aeff5b8f2..cbdb88236235c87d35a6da448505cf990d89846e 100644 (file)
@@ -7507,11 +7507,14 @@ it would from the terminal.
 @cindex init file
 @cindex @file{@value{GDBINIT}}
 When you start @value{GDBN}, it automatically executes commands from its
-@dfn{init files}.  These are files named @file{@value{GDBINIT}}.  @value{GDBN} reads
-the init file (if any) in your home directory and then the init file
-(if any) in the current working directory.  (The init files are not
-executed if you use the @samp{-nx} option; @pxref{Mode Options,
-,Choosing modes}.)
+@dfn{init files}.  These are files named @file{@value{GDBINIT}}.
+@value{GDBN} reads the init file (if any) in your home directory, then
+processes command line options and operands, and then reads the init
+file (if any) in the current working directory.  This is so the init
+file in your home directory can set options (such as @code{set
+complaints} which affect the processing of the command line options and
+operands.  The init files are not executed if you use the @samp{-nx}
+option; @pxref{Mode Options, ,Choosing modes}.
 
 @ifset GENERIC
 @cindex init file name