diff options
author | Stan Cox <scox@redhat.com> | 2008-08-05 12:31:21 -0400 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2008-08-05 12:31:21 -0400 |
commit | a93f0b31fe6c8961aef9da22ce2cf41d8fd52240 (patch) | |
tree | b346e338493c0b28d69a88c53bec234ffb1b6573 /NEWS | |
parent | a4cc1d081ede55ed6c743147d62fcc3519f73a71 (diff) | |
download | systemtap-steved-a93f0b31fe6c8961aef9da22ce2cf41d8fd52240.tar.gz systemtap-steved-a93f0b31fe6c8961aef9da22ce2cf41d8fd52240.tar.xz systemtap-steved-a93f0b31fe6c8961aef9da22ce2cf41d8fd52240.zip |
Add test for $$vars, $$params, $$locals.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ * What's new in version 0.7 +- A formatted string representation of the variables, parameters, or local + variables at a probe point is now supported via the special $$vars, + $$parms, and $$locals context variables. + - .statement("func@file:*") and .statement("func@file:M-N") probes are now supported to allow matching a range of lines in a function. This allows tracing the execution of a function. |