This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Fix modification of cplus_struct_default
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 28 Jun 2010 12:46:02 -0600
- Subject: Re: [patch] Fix modification of cplus_struct_default
- References: <20100627131747.GA31119@host0.dyn.jankratochvil.net>
- Reply-to: tromey at redhat dot com
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> 2010-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan> Fix modification of cplus_struct_default.
Jan> * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
Jan> Call ALLOCATE_CPLUS_STRUCT_TYPE.
Jan> * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
Jan> 2010-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan> * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
Jan> (main) <rtti_data>: New.
Jan> * gdb.cp/virtbase.exp (print rtti_data): New.
This is ok, thanks.
Tom