diff options
author | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-10 16:30:39 -0400 |
---|---|---|
committer | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-10 16:30:39 -0400 |
commit | 23433b34c15fbcbd90f6433c5b1dc4176f479437 (patch) | |
tree | 0889e0b26dd6a25c3d8f39745015edc8fcafe0a1 | |
parent | d68088d095ca865001a5cc3f595982b63c96c418 (diff) | |
download | systemtap-steved-23433b34c15fbcbd90f6433c5b1dc4176f479437.tar.gz systemtap-steved-23433b34c15fbcbd90f6433c5b1dc4176f479437.tar.xz systemtap-steved-23433b34c15fbcbd90f6433c5b1dc4176f479437.zip |
Added NEWS entry for stap-report tool
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ * What's new +- A bug reporting tool "stap-report" is now available which will quickly + retrieve much of the information requested here: + http://sourceware.org/systemtap/wiki/HowToReportBugs + - The translator can resolve members of anonymous structs / unions: given struct { int foo; struct { int bar; }; } *p; this now works: $p->bar |