This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFC: problem with DW_OP_GNU_deref_type and dwarf's get_base_type callback
- From: Tom Tromey <tromey at redhat dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 06 Mar 2012 13:25:13 -0700
- Subject: Re: RFC: problem with DW_OP_GNU_deref_type and dwarf's get_base_type callback
- References: <20120305223429.GM2867@adacore.com>
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
Joel> * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
Joel> in call to get_die_type_at_offset.
Thanks for finding this.
I agree with your analysis and this patch.
Tom