summaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2018-05-20 10:35:34 +0200
committerMark Wielaard <[email protected]>2018-05-24 17:34:17 +0200
commitac6960d6b8602df97b5964f66ffc7cd91fd16e5b (patch)
tree24f79d3ddc8c412468d709b478a6d6976624157e /tests/ChangeLog
parentc2d14cc492aa7fd28740d5789fede64ce81a063b (diff)
libdw: Add new dwarf_cu_info function.
This allows getting a (split) subdie lazily, only when needed. All arguments to dwarf_get_units are optional. When not given then unit DIE and sub DIE are not looked up. This new function allows them to be looked up when not immediately retrieved with dwarf_get_units, or for a Dwarf_CU gotten through some other way. Add a new testcase to make sure the results of calling dwarf_cu_info and dwarf_get_units are consistent. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 86bcf9db..a93b0e98 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,12 @@
+2018-05-20 Mark Wielaard <[email protected]>
+
+ * unit-info.c: New test.
+ * run-unit-info.sh: New test runner.
+ * Makefile.am (check_PROGRAMS): Add unit-info.
+ (TESTS): Add run-unit-info.sh
+ (EXTRA_INFO): Likewise.
+ (unit_info_LDADD): New variable.
+
2018-05-24 Mark Wielaard <[email protected]>
* get-units-invalid.c (main): Add check for invalid dwarf_ranges.