|
From: Tom H. <th...@cy...> - 2004-12-22 15:58:22
|
In message <41C...@ya...>
b12...@ya... wrote:
> That is the way I tried it. Here is the exact command line I used:
>
> valgrind --tool=helgrind --trace-children=yes wine-pthread test.exe
>
> Note that if I don't use the --trace-children=yes option, it's working
> fine. But I don't thing that without this option valgrind debugs
> something else than wine itself.
> Or maybe I'm wrong with this?
We only ever used memcheck I think. I doubt helgrind will be very
useful anyway as it won't be able to see the Windows threading calls
but will instead be monitoring the pthread calls that wine itself
makes and there is little correspondence between the two.
As to --trace-children, you shouldn't need that as far as I can
recall, but I might be wrong.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|