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: [patchv3 13/11] Make relative-with-system-absolute the default


On Wed, 30 Jan 2013 18:16:38 +0100, Eli Zaretskii wrote:
> > --- a/gdb/NEWS
> > +++ b/gdb/NEWS
> > @@ -119,7 +119,9 @@ set filename-display basename|relative|absolute|relative-with-system-absolute
> >                       |basename-with-system-absolute
> >  show filename-display
> >    Control the way in which filenames is displayed.
> > -  The default is "relative", which preserves previous behavior.
> > +  Previous behavior was "relative".
> > +  New default is "relative-with-system-absolute", which prints source filenames
> > +  from files with present separate debug info in absolute form.
> 
> I believe "present" should be removed from here.

I will remove it but it was present there to highlight it does not apply to
files with separated debug info where the separate debug info is currently not
installed.  Although in such case no source filename is printed at all so it
is irrelevant whether it would be printed in absolute or relative form.

But maybe I am too biased into the internal details not interesting to casual
user.


Thanks,
Jan


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