summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43fe2f59..3a8c8e6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,44 @@
+2008-09-01 Stan Cox <scox@redhat.com>
+
+ * elaborate.cxx (add_global_var_display): Also handle statistics.
+
+2008-08-29 Dave Brolley <brolley@redhat.com>
+
+ * stap-server.8.in: New man page.
+ * NEWS: Announce the availability of the client/server.
+ * Makefile.am (man_MANS): Add stap-server.8.
+ * configure.ac (AC_CONFIG_FILE): Add stap-server.8.
+ * Makefile.in: Regenerated.
+ * configure: Regenerated.
+
+2008-08-29 Stan Cox <scox@redhat.com>
+
+ * elaborate.cxx (add_global_var_display): Repopulate symbol/type info.
+
+2008-08-29 David Smith <dsmith@redhat.com>
+
+ * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl):
+ Pushed quiesce logic down into the task_finder layer.
+ (utrace_derived_probe_group::emit_module_decls): Removed quiesce
+ handler routines. Syscall probe handler detaches if systemtap
+ state isn't correct.
+
+2008-08-29 Wenji Huang <wenji.huang@oracle.com>
+
+ * main.cxx (printscript): Print variable name and type for listing mode.
+
+2008-08-28 Frank Ch. Eigler <fche@elastic.org>
+
+ * elaborate.cxx (add_global_var_display): Render array indexes
+ in [key,key,key] vs. [key][key][key] form.
+
2008-08-27 Stan Cox <scox@redhat.com>
* elaborate.cxx (add_global_var_display): New.
(semantic_pass): Call it.
(dead_assignment_remover::visit_assignment): Don't remove written
but unread global variables.
+ * NEWS, stap.1.in: Document
2008-08-26 David Smith <dsmith@redhat.com>