|
From: Bart V. A. <bar...@gm...> - 2009-07-22 07:32:37
|
On Wed, Jul 22, 2009 at 3:46 AM, Nicholas Nethercote <n.n...@gm...> wrote: > > On Wed, Jul 22, 2009 at 12:55 AM, <sv...@va...> wrote: > > Author: bart > > Date: 2009-07-21 15:55:52 +0100 (Tue, 21 Jul 2009) > > New Revision: 10504 > > > > Log: > > Added --auto-run-dsymutil=yes to --var-info=yes. > > I don't think this is necessary. The .dSYM/ directory is built for > all regtests by default. There are two reasons why I added --auto-run-dsymutil=yes: * At least on the system I ran my tests on, the .dSYM directory was not built by default. * The message that suggests to add --auto-run-dsymutil=yes is hard to filter away from the regression test output because it consists of two lines of output. > Also, how is DRD's --var-info=yes different to the core's > --read-var-info=yes? It seems like DRD should just use > --read-var-info=yes the way Memcheck and Helgrind do. If I remember correctly, --var-info was added to DRD before --read-var-info was added to Memcheck or Helgrind. I have renamed the DRD option --var-info to --read-var-info and left --var-info as an undocumented option in DRD. Bart. |