This is the mail archive of the gdb-patches@sourceware.org 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: [RFA] [1/2] auto-loading scripts from .debug_gdb_scripts section


> Date: Wed, 21 Apr 2010 14:54:05 -0700
> From: Doug Evans <dje@google.com>
> Cc: tromey@redhat.com, gdb-patches@sourceware.org
> 
> > If this file does not exist, and if the parameter
> > @code{debug-file-directory} is set (@pxref{Separate Debug Files}),
> > then @value{GDBN} will look for the file in all of the directories
> > mentioned in the value of @code{debug-file-directory}.
> 
> I think the new wording still isn't sufficiently clear.
> It doesn't say that each element in debug-file-directory is
> concatenated with the full file name.

That's a trivial change:

 If this file does not exist, and if the parameter
 @code{debug-file-directory} is set (@pxref{Separate Debug Files}),
 then @value{GDBN} will look for @var{real-name} in all of the
 directories mentioned in the value of @code{debug-file-directory}.


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