summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJim Keniston <jkenisto@us.ibm.com>2008-09-26 12:03:43 -0700
committerJim Keniston <jkenisto@us.ibm.com>2008-09-26 12:03:43 -0700
commitdf0ceff0663d0e85c3bf5d5e13b5681b54851856 (patch)
tree969a997648d626cc31f41e784f3777bdcab4f104 /NEWS
parent553987ef137f6d80b6133a97864942f865e60ece (diff)
parent80b4ad8b10c4a27d50bc420e44e77961c9638daf (diff)
downloadsystemtap-steved-df0ceff0663d0e85c3bf5d5e13b5681b54851856.tar.gz
systemtap-steved-df0ceff0663d0e85c3bf5d5e13b5681b54851856.tar.xz
systemtap-steved-df0ceff0663d0e85c3bf5d5e13b5681b54851856.zip
Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 824f3ded..7e737d47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
* What's new
+- The translator can resolve members of anonymous structs / unions:
+ given struct { int foo; struct { int bar; }; } *p;
+ this now works: $p->bar
+
- The stap "-F" flag activates "flight recorder" mode, which consists of
translating the given script as usual, but implicitly launching it into
the background with staprun's existing "-L" (launch) option. A user