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: [patch] GDB 7.2: new feature for "backtrace" that cuts path to file (remain filename)


On Monday 05 December 2011 03:52:34, Eli Zaretskii wrote:
> > From: Pedro Alves <pedro@codesourcery.com>
> > $ pwd
> > /foo/bar
> > $ gcc a/b.c
> > 
> > If the debug info supports a notion of compilation directory (DW_AT_comp_dir
> > in dwarf), the full name is /foo/bar/a/b.c and the compilation
> > directory is /foo/bar.  The no-compilation-directory option
> > would the show a/b.c .
> > 
> > I'd rather have a positive option, rather than a negative one (no-|without-),
> > but I'm failing to find a better name.  I thought of "relative",
> > but that's not entirely accurate -- it can be a full path too.  I can live
> > with no-compilation-directory.  Just saying I tried and failed.
> 
> How about `relative-to-compilation-directory'?  Or just `relative'
> (since we use `full', not `full-absolute-file-name')?

Hmm, yeah, explaining "relative" in terms of
"relative to compilation directory" makes it okay, I suppose.

-- 
Pedro Alves


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