diff options
author | fche <fche> | 2007-08-24 19:26:51 +0000 |
---|---|---|
committer | fche <fche> | 2007-08-24 19:26:51 +0000 |
commit | fedd4090d18990f9bec6c37a1689414659ac8312 (patch) | |
tree | 6dfddabb74bf19ade749ea1bb6e1d3baa4853547 /ChangeLog | |
parent | c5b064726ec7648c8fb46c4c00ecadfd83cfa4c8 (diff) | |
download | systemtap-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-- | ChangeLog | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -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(). |