summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog51
1 files changed, 51 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3855d477..0ee737c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2008-09-12 Dave Brolley <brolley@redhat.com>
+
+ * stap-client (staprun_PATH): Ensure that $first_stap is not empty.
+ * stap-start-server: Use 'ps' to check that the server started.
+
+2008-09-12 Masami Hiramatsu <mhiramat@redhat.com>
+
+ BZ 6028
+ * tapsets.cxx (dwarf_derived_probe::emit_probe_local_init): Use REG_IP
+ instead of pp to check probe address.
+
+2008-09-12 Frank Ch. Eigler <fche@elastic.org>
+
+ GCC 4.4 (var-tracking) build-compatilibity.
+ * parse.h: #include <stdint.h>.
+ * tapsets.cxx (utrace_...::visit_target_symbol_arg): Use
+ lex_cast<int>(foo) instead of atoi(foo.c_str()) for simpler
+ c++ object lifetime.
+ * Makefile.am (staprun_CFLAGS, stapio_CFLAGS): Add
+ -fno-strict-aliasing, since that code is too casual with pointers.
+ * Makefile.in: Regenerated.
+
+2008-09-12 Dave Brolley <brolley@redhat.com>
+
+ PR6881.
+ From Eugeniy Meshcheryakov eugen@debian.org:
+ * stap-server.8.in: Correct formatting problems.
+
+2008-09-12 Dave Brolley <brolley@redhat.com>
+
+ * stap-find-servers (match_server): Don't read past the start of the
+ next server description. Don't use '^' at the start of the regexp
+ on calls to 'expr'.
+ * systemtap.spec: client and server sub packages require avahi.
+
+2008-09-12 Wenji Huang <wenji.huang@oracle.com>
+
+ * elaborate.cxx (add_global_var_display): Don't, in listing mode.
+
+2008-09-11 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 6871.
+ * tapsets.cxx (query_cu): Search for prologues for user-space probes.
+ (query_func_info): Use prologue_end if available; silently back down
+ to entrypc probing if needed.
+
2008-09-10 Josh Stone <joshua.i.stone@intel.com>
* main.cxx (printscript): Ensure no variables are printed in probe lists
@@ -5,6 +51,11 @@
2008-09-10 Frank Ch. Eigler <fche@elastic.org>
+ * parse.cxx, parse.h: Rewrite scanner lookahead data structure
+ to a simple ~fixed vector.
+
+2008-09-10 Frank Ch. Eigler <fche@elastic.org>
+
PR6876: translator speedup for many $vars
* session.h (systemtap_session.functions): vector->map.
* coveragedb.cxx, elaborate.cxx, main.cxx, tapsets.cxx, translate.cxx: