This is the mail archive of the gcc@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]

Re: DWARF2 vtable_elem_location


>>>>> Daniel Berlin <dberlin@redhat.com> writes:

 > Currently, g++ only outputs the slot *number* for a vtable location of
 > a function.

 > The standard says it is supposed to be the address of the slot in the
 > vtable.

 > It would really make GDB's life easier for C++ debugging (seriously,
 > I'd be able to remove so much crufty code it's not funny) if it would
 > actually give us the real address in the vtable.

The cruft would still be needed for stabs, wouldn't it?

Jason

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