diff options
| author | Mark Wielaard <[email protected]> | 2014-05-03 00:23:06 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2014-05-03 00:23:06 +0200 |
| commit | bb096d0412f2cb71e7cac628fc7e251a47c1a56e (patch) | |
| tree | cb64ad41379872ef0416ac5ce591f2ff88b16118 /NEWS | |
| parent | df85bf99021119fcbb2ced66dd69f1cceafb180c (diff) | |
Remove --enable-dwz. dwz alt debug is no longer experimental.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -4,7 +4,16 @@ stack: New option -d, --debugname to lookup DWARF debuginfo name for frame. New option -i, --inlines to show inlined frames using DWARF debuginfo. libdwelf: New libdwelf.h header for libdw.so DWARF ELF Low-level Functions. - New function dwelf_elf_gnu_debuglink. + New function dwelf_elf_gnu_debuglink, dwelf_dwarf_gnu_debugaltlink, + and dwelf_elf_gnu_build_id. + +libdw: Support for DWZ multifile forms DW_FORM_GNU_ref_alt and + DW_FORM_GNU_strp_alt is now enabled by default and no longer + experimental. Added new functions dwarf_getalt and dwarf_setalt + to get or set the alternative debug file used for the alt FORMs. + +libdwfl: The dwfl_build_id_find_debuginfo and dwfl_standard_find_debuginfo + functions will now try to resolve and set the alternative debug file. Version 0.158 |
