]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Cachegrind was aborting if it hit a client request. Now it doesn't.
authorNicholas Nethercote <njn@valgrind.org>
Thu, 10 Nov 2005 15:20:37 +0000 (15:20 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 10 Nov 2005 15:20:37 +0000 (15:20 +0000)
commit3035e5abeee97d04f0deb0d42e08e0452b565c03
treeed64e1e329d1fff09864d54a19b7b04cf9a3dd5e
parent411f026243d789a2b8b6a0cbfff05c0857ebee77
Cachegrind was aborting if it hit a client request.  Now it doesn't.
This fixes #116057, I think.  I added a regtest so it won't regress again.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5072
cachegrind/cg_main.c
cachegrind/tests/Makefile.am
cachegrind/tests/clreq.c [new file with mode: 0644]
cachegrind/tests/clreq.stderr.exp [new file with mode: 0644]
cachegrind/tests/clreq.vgtest [new file with mode: 0644]
include/pub_tool_machine.h