summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Baron <ebaron@toriamos.yyz.redhat.com>2008-10-10 16:30:39 -0400
committerElliott Baron <ebaron@toriamos.yyz.redhat.com>2008-10-10 16:30:39 -0400
commit23433b34c15fbcbd90f6433c5b1dc4176f479437 (patch)
tree0889e0b26dd6a25c3d8f39745015edc8fcafe0a1
parentd68088d095ca865001a5cc3f595982b63c96c418 (diff)
downloadsystemtap-steved-23433b34c15fbcbd90f6433c5b1dc4176f479437.tar.gz
systemtap-steved-23433b34c15fbcbd90f6433c5b1dc4176f479437.tar.xz
systemtap-steved-23433b34c15fbcbd90f6433c5b1dc4176f479437.zip
Added NEWS entry for stap-report tool
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7e737d47..4b8d1482 100644
--- a/NEWS
+++ b/NEWS
@@ -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