summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-09-29 16:08:16 +1000
committerddomingo <ddomingo@redhat.com>2008-09-29 16:08:16 +1000
commit2e66077954be9d219e0b87926af1dc87138d99dc (patch)
tree090acfc6e37967ec1e369d943f0a43764d47bfc5 /NEWS
parentc45b18d71eb8d57db62fced5774c12adcaf4eaba (diff)
parentb487a14d6d160f38dd1dbabe305b373b37972074 (diff)
downloadsystemtap-steved-2e66077954be9d219e0b87926af1dc87138d99dc.tar.gz
systemtap-steved-2e66077954be9d219e0b87926af1dc87138d99dc.tar.xz
systemtap-steved-2e66077954be9d219e0b87926af1dc87138d99dc.zip
Merge branch 'master' of ssh://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