From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19514 invoked by alias); 25 Nov 2001 09:01:33 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19493 invoked from network); 25 Nov 2001 09:01:31 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sourceware.cygnus.com with SMTP; 25 Nov 2001 09:01:31 -0000 Received: (from eliz@localhost) by is.elta.co.il (8.9.3/8.8.8) id LAA03863; Sun, 25 Nov 2001 11:01:00 +0200 (IST) Date: Sat, 10 Nov 2001 13:37:00 -0000 From: Eli Zaretskii Message-Id: <200111250901.LAA03863@is.elta.co.il> To: cgf@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <20011124182316.GA24305@redhat.com> (message from Christopher Faylor on Sat, 24 Nov 2001 13:23:17 -0500) Subject: Re: [PATCH] Make cygwin use .gdbinit Reply-to: Eli Zaretskii References: <20011124182316.GA24305@redhat.com> X-SW-Source: 2001-11/txt/msg00207.txt.bz2 > Date: Sat, 24 Nov 2001 13:23:17 -0500 > From: Christopher Faylor > > @@ -13067,8 +13067,9 @@ the last command, as it would from the t > @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. Sigh. Unfortunately, this wording is inaccurate and might be misleading: it gives an impression that gdb.ini is only used on MS-DOS. This is not true, since the DJGPP port works on Windows as well, but still uses gdb.ini there.