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.