]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update for changes to lackey
authorNicholas Nethercote <njn@valgrind.org>
Mon, 12 Feb 2007 10:37:37 +0000 (10:37 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 12 Feb 2007 10:37:37 +0000 (10:37 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6586

NEWS

diff --git a/NEWS b/NEWS
index a2a0d83862f3e4a4fc878815ed0b89e9ca14b01b..22e9b3ddbbc15677ad9de8f6868cdfbaa311d9ee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,11 @@ Other user-visible changes:
   they just return 3 (as before).  Also, SET_VBITS doesn't report
   definedness errors if any of the V bits are undefined.
 
+- The behaviour of the tool Lackey has changed slightly.  First, the output
+  from --trace-mem has been made more compact, to reduce the size of the
+  traces.  Second, a new option --trace-superblocks has been added, which
+  shows the addresses of superblocks (code blocks) as they are executed.
+
 Developer-visible changes:
 
 - The names of some functions and types within the Vex IR have changed.