This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [commit] Add a set of accessors for section fields in dwarf2read.c
- From: Tom Tromey <tromey at redhat dot com>
- To: Doug Evans <dje at google dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 30 Sep 2013 13:14:32 -0600
- Subject: Re: [commit] Add a set of accessors for section fields in dwarf2read.c
- Authentication-results: sourceware.org; auth=none
- References: <yjt2txh69dz4 dot fsf at ruffy dot mtv dot corp dot google dot com>
>>>>> "Doug" == Doug Evans <dje@google.com> writes:
Doug> This patch is a bit of a cleanup, and also a prelude to adding
Doug> DWP V2 support.
Doug> 2013-09-27 Doug Evans <dje@google.com>
Doug> * dwarf2read.c (die_reader_specs): Tweak comment.
Doug> (get_section_bfd_owner, get_section_bfd_section): New functions.
Doug> (get_section_name, get_section_file_name): New functions.
Doug> (get_section_id, get_section_flags): New functions.
I think a comment near dwarf2_section_info about the new requirement to
use accessors is needed.
Tom