From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20850 invoked by alias); 26 Nov 2001 20:34:46 -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 20805 invoked from network); 26 Nov 2001 20:34:45 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (207.175.42.154) by hostedprojects.ges.redhat.com with SMTP; 26 Nov 2001 20:34:45 -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 fAQKYhq09999; Mon, 26 Nov 2001 15:34:43 -0500 Received: (from cgf@localhost) by trixie.bosbc.com (8.11.6/8.8.7) id fAQKYdV10020; Mon, 26 Nov 2001 15:34:39 -0500 Date: Mon, 12 Nov 2001 21:19:00 -0000 From: Christopher Faylor To: Eli Zaretskii Cc: dj@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Make cygwin use .gdbinit Message-ID: <20011126203439.GA9993@redhat.com> Mail-Followup-To: Eli Zaretskii , dj@redhat.com, gdb-patches@sources.redhat.com References: <20011124182316.GA24305@redhat.com> <200111250901.LAA03863@is.elta.co.il> <20011125185807.GB2124@redhat.com> <5137-Sun25Nov2001211400+0200-eliz@is.elta.co.il> <20011125193544.GA2355@redhat.com> <200111260404.fAQ44Qx12366@greed.delorie.com> <200111260755.JAA10760@is.elta.co.il> <20011126183228.GA4788@redhat.com> <2593-Mon26Nov2001212216+0200-eliz@is.elta.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2593-Mon26Nov2001212216+0200-eliz@is.elta.co.il> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2001-11/txt/msg00240.txt.bz2 On Mon, Nov 26, 2001 at 09:22:16PM +0200, Eli Zaretskii wrote: >> Date: Mon, 26 Nov 2001 13:32:28 -0500 >> From: Christopher Faylor >> >> @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}. >> >> How about just removing the parenthetical expression entirely? > >Yes, I agree. Ok. I've checked in that change with the below ChangeLog. cgf 2001-07-26 Christopher Faylor * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini use since it is described in the referenced section. From Eli Zaretskii * gdb.texinfo (Command Files): Reword to make gdb.ini requirement clearer when using DJGPP. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Faylor To: Eli Zaretskii Cc: dj@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Make cygwin use .gdbinit Date: Mon, 26 Nov 2001 12:34:00 -0000 Message-ID: <20011126203439.GA9993@redhat.com> References: <20011124182316.GA24305@redhat.com> <200111250901.LAA03863@is.elta.co.il> <20011125185807.GB2124@redhat.com> <5137-Sun25Nov2001211400+0200-eliz@is.elta.co.il> <20011125193544.GA2355@redhat.com> <200111260404.fAQ44Qx12366@greed.delorie.com> <200111260755.JAA10760@is.elta.co.il> <20011126183228.GA4788@redhat.com> <2593-Mon26Nov2001212216+0200-eliz@is.elta.co.il> X-SW-Source: 2001-11/msg00455.html Message-ID: <20011126123400.pl0AMUYofOb6__W79yEGXbjXHO6_nYKj2bwqfO2TfNg@z> On Mon, Nov 26, 2001 at 09:22:16PM +0200, Eli Zaretskii wrote: >> Date: Mon, 26 Nov 2001 13:32:28 -0500 >> From: Christopher Faylor >> >> @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}. >> >> How about just removing the parenthetical expression entirely? > >Yes, I agree. Ok. I've checked in that change with the below ChangeLog. cgf 2001-07-26 Christopher Faylor * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini use since it is described in the referenced section. From Eli Zaretskii * gdb.texinfo (Command Files): Reword to make gdb.ini requirement clearer when using DJGPP.