From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: dj@redhat.com Cc: cgf@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Make cygwin use .gdbinit Date: Sun, 25 Nov 2001 23:55:00 -0000 Message-ID: <200111260755.JAA10760@is.elta.co.il> 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> X-SW-Source: 2001-11/msg00435.html Message-ID: <20011125235500.N-G2Tw8hOWpnqMu9C3wZRSOSE6GqUhJCFRG-mqmacQI@z> > Date: Sun, 25 Nov 2001 23:04:26 -0500 > From: DJ Delorie > > I suggest something like: > > These files are normally named @file{.gdbinit} although filesystem > limitations require that they be named @file{gdb.ini} on some > platforms, such as DJGPP. My suggestion is similar: When you start @value{GDBN}, it automatically executes commands from its @dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the limitations of file names imposed by DOS filesystems.}. This banishes the difference into a footnote, where it is less prominent, and also avoids the pitfall of saying that gdb.ini is only used on DOS.