From f18f233615cdae0a3633506238348a1dee9d3ea0 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 15 Aug 2014 16:03:21 +0200 Subject: 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 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3e4e8cc0..6ee49673 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.2.3