This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Make cygwin use .gdbinit


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 <cgf@redhat.com>
>> 
>>  @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  <cgf@redhat.com>

	* gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
	use since it is described in the referenced section.

	From Eli Zaretskii <eliz@is.elta.co.il>
	* gdb.texinfo (Command Files): Reword to make gdb.ini requirement
	clearer when using DJGPP.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]