From: Nicholas Nethercote Date: Mon, 12 Feb 2007 10:37:37 +0000 (+0000) Subject: Update for changes to lackey X-Git-Tag: svn/VALGRIND_3_3_0~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b400e174a5ea24a6c19a2ea556c2fe7ff0d0f3;p=thirdparty%2Fvalgrind.git Update for changes to lackey git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6586 --- diff --git a/NEWS b/NEWS index a2a0d83862..22e9b3ddbb 100644 --- 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.