commit | 1150b0389aa91beb93ebb201fbc64802d4670032 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Thu Apr 17 15:37:22 2025 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Sun Apr 20 01:01:57 2025 -0400 |
tree | 97307356504e072587663e121eb871687baa3aa5 | |
parent | d19cd04bf81f2e312d9bda5d3628a591e0e09438 [diff] |
gdb/dwarf: remove unnecessary dwarf2_section_info:::read calls The sections would have been read already in dwarf2_locate_common_dwp_sections or dwarf2_locate_dwo_sections, with this call: dw_sect->read (objfile); Change-Id: Ice0ed5d9a2070967826a59b2d6f724451ace22f4 Approved-By: Tom Tromey <tom@tromey.com>