diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2001-11-24 18:21:27 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2001-11-24 18:21:27 +0000 |
commit | 2a3d56452522dae64cbc02bc72166e674dbc1032 (patch) | |
tree | d0959987485d878f2c0e8669a371433570f57a51 /gdb/doc/gdb.texinfo | |
parent | e2334072bd560eeeff7ae49245c53796ef481d36 (diff) | |
download | gdb-2a3d56452522dae64cbc02bc72166e674dbc1032.zip gdb-2a3d56452522dae64cbc02bc72166e674dbc1032.tar.gz gdb-2a3d56452522dae64cbc02bc72166e674dbc1032.tar.bz2 |
* win32-nat.c (_initialize_check_for_gdb_ini): New function.
* config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__.
(GDBINIT_FILENAME): Remove.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4d55b7a..f682067 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -913,7 +913,7 @@ batch mode or quiet mode. @cindex @code{--nx} @cindex @code{-n} Do not execute commands found in any initialization files (normally -called @file{.gdbinit}, or @file{gdb.ini} on PCs). Normally, +called @file{.gdbinit} or @file{gdb.ini} under MS-DOS). Normally, @value{GDBN} executes the commands in these files after all the command options and arguments have been processed. @xref{Command Files,,Command files}. @@ -13067,8 +13067,9 @@ the last command, as it would from the terminal. @cindex @file{.gdbinit} @cindex @file{gdb.ini} When you start @value{GDBN}, it automatically executes commands from its -@dfn{init files}. These are files named @file{.gdbinit} on Unix and -@file{gdb.ini} on DOS/Windows. During startup, @value{GDBN} does the +@dfn{init files}. These files are normally named @file{.gdbinit} although +filename limitations require that they be named @file{gdb.ini} on MS-DOS. +During startup, @value{GDBN} does the following: @enumerate |