|
From: <sv...@va...> - 2007-09-17 00:41:18
|
Author: njn Date: 2007-09-17 01:41:18 +0100 (Mon, 17 Sep 2007) New Revision: 6840 Log: update Modified: trunk/NEWS Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2007-09-17 00:41:07 UTC (rev 6839) +++ trunk/NEWS 2007-09-17 00:41:18 UTC (rev 6840) @@ -26,6 +26,11 @@ 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... |