summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ce3954cf..969f736f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
* What's new
+- Global variables which are written to but never read are now
+ automatically displayed when the session does a shutdown. For example:
+ global running_tasks
+ probe timer.profile {tc=task_current();
+ running_tasks[task_pid(tc),task_tid(tc)] = execname()}
+ probe timer.ms(8000) {exit()}
+
- 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, which expand to a string