This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: DWARF2 vtable_elem_location
- To: Daniel Berlin <dberlin at redhat dot com>
- Subject: Re: DWARF2 vtable_elem_location
- From: Jason Merrill <jason at redhat dot com>
- Date: 04 Aug 2000 14:00:27 -0700
- Cc: gcc at gcc dot gnu dot org, g++-local at cygnus dot com
- References: <m31z0be4x7.fsf@dan2.cygnus.com>
>>>>> 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