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: tweak minsyms check for GNU v3 symbols


> This is based on a patch that Kris Warkentin sent out last October, that's
> been sitting in my inbox for a while.  It's a little more efficient but
the
> idea is the same.  Right now, we consider any _Z symbol to imply GNU v3;
but
> what we really want is for any _Z symbol _which demangled successfully_ to
> imply GNU v3.  _Zero is the QNX example of a false positive for the
current
> check.  It's still not perfect, but it's much better.

That's a good idea Daniel.  That will help minimize the number of demangle()
calls even futher.

cheers,

Kris


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