forked from roolebo/elfutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readelf, libdw: Add GNU DebugFission .debug_loc support.
GNU DebugFission .debug_loc location lists uses the .debug_loc section in the split dwarf .dwo file. The encoding is a mix of old style DWARF .debug_loc and new style .debug_loclists. Add two testcases for the readelf and libdw decoders. Signed-off-by: Mark Wielaard <[email protected]>
- Loading branch information
Mark Wielaard
committed
May 31, 2018
1 parent
c7fc54a
commit b37feac
Showing
8 changed files
with
382 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2018-05-29 Mark Wielaard <[email protected]> | ||
|
||
* dwarf.h: Add GNU DebugFission list entry encodings | ||
DW_LLE_GNU_end_of_list_entry, | ||
DW_LLE_GNU_base_address_selection_entry, | ||
DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry. | ||
* dwarf_ranges.c (__libdw_read_begin_end_pair_inc): Handle | ||
GNU DebugFission list entries. | ||
|
||
2018-05-28 Mark Wielaard <[email protected]> | ||
|
||
* libdw_find_split_unit.c (__libdw_find_split_unit): End split_dwarf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2018-05-29 Mark Wielaard <[email protected]> | ||
|
||
* readelf.c (print_debug_loc_section): Handle GNU DebugFission list | ||
entries. | ||
|
||
2018-05-29 Mark Wielaard <[email protected]> | ||
|
||
* readelf.c (print_debug): Record and reset section_info status in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2018-05-29 Mark Wielaard <[email protected]> | ||
|
||
* run-readelf-loc.sh: Add GNU DebugFission split-dwarf variant. | ||
* run-varlocs.sh: Likewise. | ||
|
||
2018-05-29 Mark Wielaard <[email protected]> | ||
|
||
* run-readelf-twofiles.sh: Add --debug-dump=loc testcase. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.