From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23892 invoked by alias); 25 Nov 2001 18:57:51 -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 23841 invoked from network); 25 Nov 2001 18:57:48 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (207.175.42.154) by sourceware.cygnus.com with SMTP; 25 Nov 2001 18:57:48 -0000 Received: from trixie.bosbc.com (cgf.cipe.redhat.com [10.0.1.172]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id fAPIvkq31920; Sun, 25 Nov 2001 13:57:46 -0500 Received: (from cgf@localhost) by trixie.bosbc.com (8.11.6/8.8.7) id fAPIw7302153; Sun, 25 Nov 2001 13:58:07 -0500 Date: Sat, 10 Nov 2001 21:53:00 -0000 From: Christopher Faylor To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Make cygwin use .gdbinit Message-ID: <20011125185807.GB2124@redhat.com> Mail-Followup-To: Eli Zaretskii , gdb-patches@sources.redhat.com References: <20011124182316.GA24305@redhat.com> <200111250901.LAA03863@is.elta.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200111250901.LAA03863@is.elta.co.il> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2001-11/txt/msg00213.txt.bz2 On Sun, Nov 25, 2001 at 11:01:00AM +0200, Eli Zaretskii wrote: >> 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. >From www.delorie.com/djgpp: "DJGPP is a complete 32-bit C/C++ development system for Intel 80386 (and higher) PCs running DOS." I guess this documentation is about as misleading as the first sentence of this web page. cgf