summaryrefslogtreecommitdiffstats
path: root/libdw/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2014-08-15 16:03:21 +0200
committerMark Wielaard <[email protected]>2014-08-15 20:29:48 +0200
commitf18f233615cdae0a3633506238348a1dee9d3ea0 (patch)
tree1dee65146fe9a46b30881ca35c07b7fe738a5e7a /libdw/ChangeLog
parent209f149fdcdb5ecad8d5660429128b771d9b44cd (diff)
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 <[email protected]>
Diffstat (limited to 'libdw/ChangeLog')
-rw-r--r--libdw/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index 8dfd11e8..5f9b0971 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,5 +1,12 @@
2014-08-15 Mark Wielaard <[email protected]>
+ * dwarf_cu_die.c: New file.
+ * Makefile.am (libdw_a_SOURCES): Add dwarf_cu_die.c.
+ * libdw.h (dwarf_cu_die): New function declaration.
+ * libdw.map (ELFUTILS_0.160): Add dwarf_cu_die.
+
+2014-08-15 Mark Wielaard <[email protected]>
+
* dwarf_cu_getdwarf.c: New file.
* Makefile.am (libdw_a_SOURCES): Add dwarf_cu_getdwarf.c.
* libdw.h (Dwarf_CU): New typedef.