summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordsmith <dsmith>2007-02-15 21:55:05 +0000
committerdsmith <dsmith>2007-02-15 21:55:05 +0000
commit82e7290370d6172d6bcc907e380c7c49e19db8d0 (patch)
tree6fcdfdbc48602bfb59c6ff5b781bf9bd5a32d78c /ChangeLog
parentf41595cc8a4123cb4c4704ffa0d78df953e4cbc3 (diff)
downloadsystemtap-steved-82e7290370d6172d6bcc907e380c7c49e19db8d0.tar.gz
systemtap-steved-82e7290370d6172d6bcc907e380c7c49e19db8d0.tar.xz
systemtap-steved-82e7290370d6172d6bcc907e380c7c49e19db8d0.zip
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.
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,