From 23433b34c15fbcbd90f6433c5b1dc4176f479437 Mon Sep 17 00:00:00 2001 From: Elliott Baron Date: Fri, 10 Oct 2008 16:30:39 -0400 Subject: Added NEWS entry for stap-report tool --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit