]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Ensure vgdb gets the nr of threads from Valgrind via shared memory,
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 9 Feb 2015 21:30:58 +0000 (21:30 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 9 Feb 2015 21:30:58 +0000 (21:30 +0000)
commit025b320e1036168ef2862b3db27e24a42f33095e
tree2609cca476dc2d61ee5066b4ab2c4b293ce23aba
parentc6f683948881b9df52a607e5304efffbc19109ed
Ensure vgdb gets the nr of threads from Valgrind via shared memory,
rather than using a compile time constant.
This is in preparation for a future change by Florian, to have
the max nr of threads specifiable at startup via a clo

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14924
coregrind/m_gdbserver/remote-utils.c
coregrind/pub_core_gdbserver.h
coregrind/vgdb-invoker-ptrace.c