ead018e4a23131828949c015f4d1aa5bef176642 |
|
30-Jul-2015 |
florian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
In VALGRIND_PRINTF write out the thread name to xml. Patch by Matthias Schwarzott <zzam@gentoo.org>. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15460 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/threadname.c
|
8eb8bab992e3998c33770b0cdb16059a8b918a06 |
|
21-Jul-2015 |
sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Bug 345248 - add support for Solaris OS in valgrind Authors of this port: Petr Pavlu setup@dagobah.cz Ivo Raisr ivosh@ivosh.net Theo Schlossnagle theo@omniti.com git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15426 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/threadname.c
|
76ca27c9db31503049d8bb36937ce4a79606cb17 |
|
12-Oct-2014 |
sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Fix the thread-name facility and associated test on Darwin. Patch from Rhys Kidd (rhyskidd@gmail.com). Fixes #339442. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14622 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/threadname.c
|
7e90510b234e7d00bb364e30b741a7a6101a324c |
|
27-Sep-2014 |
florian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Remove unneeded header file which does not exist on Darwin. Disable test for darwin as pthread_setname_np is not implemented. But setting and observing the threadname is what this test is all about. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14573 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/threadname.c
|
c5325ef4145563bdc607ef6cb74272afbafb9a27 |
|
17-Sep-2013 |
florian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Followup to r13553 which caused some build failures. (1) Detect availability of pthread_setname_np. Ignore testcases memcheck/tests/threadname[_xml] if not available. (2) Enable _GNU_SOURCE to avold compiler warnings. (3) In threadname_xml filter out stackframes referring to system libraries. Added tests/filter_xml_frames to do that. (4) Adjust .exp files as needed (5) Do not ship stdout.exp for memcheck/tests/threadname[_xml]. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13557 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/threadname.c
|
497895194ef1db90aa7f3a022777b5ccb93f426b |
|
16-Sep-2013 |
florian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Intercept prctl(PR_SET_NAME, name) and store the thread name so it can be used in error messages. That should be helpful when debugging multithreaded applications. Patch by Matthias Schwarzott <zzam@gentoo.org> with some minor modifications. Fixes BZ 322254. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13553 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/threadname.c
|