summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d16cc7f..45453c64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-02-15 David Smith <dsmith@redhat.com>
+
+ PR 3625.
+ * tapsets.cxx (dwflpp::print_locals): New function to print all
+ the variables/parameters of a function.
+ (dwflpp::find_variable_and_frame_base): Calls print_locals() when
+ target variable can't be found.
+ (dwflpp::print_members): New function to print all the members of
+ a union/structure.
+ (dwflpp::translate_components) Calls print_members() when
+ union/structure member target variable reference can't be found.
+
2007-02-14 Frank Ch. Eigler <fche@elastic.org>
* tapsets.cxx (emit_module_decls): Assert CONFIG_KPROBES,