summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2007-08-24 19:26:51 +0000
committerfche <fche>2007-08-24 19:26:51 +0000
commitfedd4090d18990f9bec6c37a1689414659ac8312 (patch)
tree6dfddabb74bf19ade749ea1bb6e1d3baa4853547 /ChangeLog
parentc5b064726ec7648c8fb46c4c00ecadfd83cfa4c8 (diff)
downloadsystemtap-steved-fedd4090d18990f9bec6c37a1689414659ac8312.tar.gz
systemtap-steved-fedd4090d18990f9bec6c37a1689414659ac8312.tar.xz
systemtap-steved-fedd4090d18990f9bec6c37a1689414659ac8312.zip
2007-08-24 Frank Ch. Eigler <fche@redhat.com>
PR 4899 * tapsets.cxx (dwflpp::has_single_line_record): Extended, abstraction violated. (iterate_over_srcfile_lines): Remove exactly line number match logic. Improve error message to offered better-checked alternative line numbers. (query_srcfile_line): Whoops, pass scope_die down for statement("...") probes, to enable $target var processing. 2007-08-24 Frank Ch. Eigler <fche@redhat.com> PR 4899 * buildok/fortytwo.stp: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cde5dc75..71025d81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-08-24 Frank Ch. Eigler <fche@redhat.com>
+
+ PR 4899
+ * tapsets.cxx (dwflpp::has_single_line_record): Extended,
+ abstraction violated.
+ (iterate_over_srcfile_lines): Remove exactly line number match
+ logic. Improve error message to offered better-checked alternative
+ line numbers.
+ (query_srcfile_line): Whoops, pass scope_die down for statement("...")
+ probes, to enable $target var processing.
+
2007-08-21 David Smith <dsmith@redhat.com>
PR 2305
@@ -6,9 +17,9 @@
@count.
2007-08-20 Martin Hunt <hunt@redhat.com>
- PR2424
- From Lai Jiangshan <laijs@cn.fujitsu.com>
-
+
+ PR 2424
+ From Lai Jiangshan <laijs@cn.fujitsu.com:
* util.cxx (cmdstr_quoted): New. Properly quote
command string.
* buildrun.cxx (run_pass): Call cmdstr_quoted().