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: D Symbol Demangling


I finally had time to play firefighter, and I found the fire as well.
If you compile a D application without DWARF2 information, my gdb
patches work just fine... how do ya like that?

Now I REALLY have an excuse to yell at the compiler programmer.

I don't really understand why bad DWARF2 information would screw up GDB
like that, considering that I call my function at the point where GDB
tries to demangle a symbol, but I don't really understand how GDB works.

Thanks for your help... Expect to hear more from me in the future
concerning this.

BTW... assuming I can get a decent patch together to bring D support to
GDB, would it stand a good chance of being put in the main GDB tree?

Thanks again,
John Demme

On Mon, 2005-04-04 at 16:34 -0700, Michael Snyder wrote:
> John Demme wrote:
> > In fact, the DWARF2
> > information that it generates it total crap, as in just plain wrong in
> > some/most cases.  
> 
> Well, there's your smoke...
> 
> 


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