diff options
author | Mark Wielaard <mjw@redhat.com> | 2014-08-15 16:03:21 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2014-08-15 20:29:48 +0200 |
commit | f18f233615cdae0a3633506238348a1dee9d3ea0 (patch) | |
tree | 1dee65146fe9a46b30881ca35c07b7fe738a5e7a /NEWS | |
parent | 209f149fdcdb5ecad8d5660429128b771d9b44cd (diff) | |
download | elfutils-f18f233615cdae0a3633506238348a1dee9d3ea0.tar.gz |
libdw: Add new function dwarf_cu_die.
Given a Dwarf_Die or Dwarf_Attribute it is often convenient to get at the
CU DIE and the CU header information. There is dwarf_diecu but that doesn't
provide all information from the header and it doesn't work for attributes.
Add a new dwarf_cu_die function that provides all information given a
Dwarf_CU, which both Dwarf_Die and Dwarf_Attribute reference.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ Version 0.160 -libdw: New function dwarf_cu_getdwarf. +libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die. unstrip: New option -F, --force to combining files even if some ELF headers don't seem to match. |