From: Nicholas Nethercote Date: Mon, 17 Sep 2007 00:41:18 +0000 (+0000) Subject: update X-Git-Tag: svn/VALGRIND_3_3_0~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6152e4a5f582d751f5bf7eee8c84dcbe3801275a;p=thirdparty%2Fvalgrind.git update git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6840 --- diff --git a/NEWS b/NEWS index 622247e740..ab7e296319 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,11 @@ Other user-visible changes: traces. Second, a new option --trace-superblocks has been added, which shows the addresses of superblocks (code blocks) as they are executed. +- Cachegrind now uses directory names where possible in its output files. + This means that the -I option to 'cg_annotate' should not be needed in + most cases. It also means it can correctly handle the case where two + source files in different directories have the same name. + Developer-visible changes: - New debugging command line options: --debug-dump, --trace-symtab-patt...