diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-08-05 13:47:58 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-08-05 13:47:58 -0400 |
commit | c2af6f02ed5bc28203358e67a0a4855be0fefd22 (patch) | |
tree | 8d757350243cc99ad471351c83ec0a4b62a8257b | |
parent | a93f0b31fe6c8961aef9da22ce2cf41d8fd52240 (diff) | |
download | systemtap-steved-c2af6f02ed5bc28203358e67a0a4855be0fefd22.tar.gz systemtap-steved-c2af6f02ed5bc28203358e67a0a4855be0fefd22.tar.xz systemtap-steved-c2af6f02ed5bc28203358e67a0a4855be0fefd22.zip |
move post-0.7 news tidbit to the top
-rw-r--r-- | NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,12 +1,11 @@ * What's new - -* 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. +* What's new in version 0.7 + - .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. |