This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: PR22034


Jan Hubicka wrote:

The decl is _ZTVZ19GetAssertStackTracevE9StackDump (vtable for
GetAssertStackTrace()::StackDump) whose context is the class itself.
Why do we emit debug infos for vtables at first place?

I don't know. I can see that debuggers might be able to use them, though.


I seem to get that probably best thing would be to get the context set
to the type but we don't produce dies for types at all, right?

We must do that. Otherwise, where would be put information about the members of classes?


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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