]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Callgrind: fix interactive control after fork()
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Wed, 20 Sep 2006 21:29:39 +0000 (21:29 +0000)
committerJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Wed, 20 Sep 2006 21:29:39 +0000 (21:29 +0000)
commit0d463585d9dcdf9417bc4daf6275a76d620bca71
tree0d12e1940ea0c6e58f97fd1808cfc33c8e112733
parent7928a1a887edce948f7f1da3c0669fb5b19e28f9
Callgrind: fix interactive control after fork()

This fixes bug 134316: when an program in callgrind does
a fork, callgrind_control does show both now, and they
can be controlled separately.

However, missing in this patch is zeroing of cost centers
directly after the clone syscall in the child.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6082
callgrind/command.c
callgrind/dump.c
callgrind/global.h
callgrind/main.c