Libdwarf version 0.5.0 #140
davea42
announced in
Announcements
Replies: 1 comment
-
DW_FORM_addrx3 and DW_FORM_strx3 are mishandled in this and all previous |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
libdwarf-0.5.0 improves library performance reading
DWARF DIEs (with no change in API).
It adds functions allowing acess to the .debug_addr
section independent of other sections.
dwarfdump has a new option to show that
section.
Corrects the handling of some aspects of
reading the .debug_names section.
Enhances dwarf_get_globals() to return
all globals that .debug_pubnames and .debug_names
refer to (no change in the API except adding
a function to return the DW_TAG of any globals
derived from .debug_names)
This discussion was created from the release Libdwarf version 0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions