commit | f18acc9c4e5d18f4783f3a7d59e3ec95d7af0199 | [log] [tgz] |
---|---|---|
author | Kumar N, Bhuvanendra <Kavitha.Natarajan@amd.com> | Wed Jun 22 17:07:25 2022 +0100 |
committer | Nick Clifton <nickc@redhat.com> | Wed Jun 22 17:07:25 2022 +0100 |
tree | 9692970a3e573d4acf350278b6adefcab7aae98d | |
parent | afc41ffb993a275d7f5460e8f5a4341729caab4f [diff] |
Binutils support for split-dwarf and dwarf-5 * dwarf.c (fetch_indexed_string): Added new parameter str_offsets_base to calculate the string offset. (read_and_display_attr_value): Read DW_AT_str_offsets_base attribute. (process_debug_info): While allocating memory and initializing debug_information, do it for do_debug_info also, if its true. (load_separate_debug_files): Load .debug_str_offsets if exists. * dwarf.h (struct debug_info): Add str_offsets_base field.