summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
-rw-r--r--testsuite/ChangeLog4
2 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 342cb6d5..fad79819 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-02-22 Frank Ch. Eigler <fche@elastic.org>
+
+ PR5787, PR2608, .statement()
+ * tapsets.cxx (query_dwarf_func): Process .statement(NUM) probes too.
+ (query_cu): Ditto.
+ (query_func_info): Bypass prologue searching for .statement() probes.
+ (query_cu): Ditto.
+
+ (build_blacklist): Remove unsightly empty first alternative in
+ "^(|foo)$" regexps. Show them for -vvv.
+
+ * buildrun.cxx (compile_pass): Don't turn on "gcc -Q" on until -vvvv.
+
2008-02-20 David Smith <dsmith@redhat.com>
* tapsets.cxx (struct mark_derived_probe): Renamed 'probe_sig' to
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index 1760d0aa..38d893db 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-22 Frank Ch. Eigler <fche@elastic.org>
+
+ * systemtap.base/stmtvars.exp: New test for PR 5787.
+
2008-02-21 Will Cohen <wcohen@redhat.com>
* systemtap.base/beginenderror.exp: Increase timeout for slow machines.