This is the mail archive of the gdb@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: Source directory trees not in build location


On Tue, Mar 28, 2006 at 05:17:46PM -0500, Paul Koning wrote:
> I made a local patch to add a source path name rewriting rule.  That
> allows a substring of the source path name to be replaced by some
> different substring.  The current implementation is simplistic -- it
> allows exactly one substitution rule, and the matching is exact string
> match.  It would be possible to allow multiple rules, and probably
> also fancier mechanisms like regexps.  That wasn't necessary for our
> application.
> 
> Is this of interest to the greater GDB?

Yes!

I've been wanting someone to do this for ages and ages.

-- 
Daniel Jacobowitz
CodeSourcery


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