From a93f0b31fe6c8961aef9da22ce2cf41d8fd52240 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Tue, 5 Aug 2008 12:31:21 -0400 Subject: Add test for $$vars, $$params, $$locals. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 65af9271..b85c097e 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit From c2af6f02ed5bc28203358e67a0a4855be0fefd22 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 5 Aug 2008 13:47:58 -0400 Subject: move post-0.7 news tidbit to the top --- NEWS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b85c097e..0cdc2aa3 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit