199c15bc1bdc8599254aa128276e5ed89f9f8854 |
|
04-Oct-2012 |
tom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Allow a null pointer as the second argument to capget. Patch from Mark Wielaard to fix BZ#307101. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13021 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/x86-linux/scalar.c
|
9e4b636f786d7d105cb8ead0a4c9f0b403e82e71 |
|
10-Feb-2012 |
tom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Add support for process_vm_readv and process_vm_writev system calls. Patch from Lénaïc Huard to fix BZ#292995. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12374 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/x86-linux/scalar.c
|
e4310b34c9de11dce6477053259afbaab498370e |
|
09-Nov-2011 |
bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
RHEL 4 build fix git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12263 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/x86-linux/scalar.c
|
bb748cb5cd8eb9a5739586221e1ab80d529c8c3c |
|
08-Jun-2011 |
tom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Define _GNU_SOURCE for access to CLONE_XXX flags with gibc 2.14 headers. Based on patch from Dmitry Djachenko <dimhen@gmail.com>. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11802 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/x86-linux/scalar.c
|
a262f62d4fdd6e1b2e57070510573bcbfccaaf33 |
|
20-Jul-2009 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Improve handling of clone() on x86/Linux. Based on a patch from Jeroen Witmond. This fixes bug 117564. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10493 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/x86-linux/scalar.c
|
7271588235cfca5ae3b6e355d7ad054f0d6d46fd |
|
10-Jul-2009 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Handle epoll_create1. Patch from Sam Varshavchik. Fixes bug 188427. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10427 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/x86-linux/scalar.c
|
72bbd8d24c6bd39734f465ce8d54904b6865de9b |
|
22-May-2009 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
DARWIN sync: all the timeval stuff git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10106 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/x86-linux/scalar.c
|
3d22508583ff2adf28fda5c73b1c6e6a966be537 |
|
18-May-2009 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Merge parts of r9775, r9777, r9789, r9794 from the DARWIN branch. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9883 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/x86-linux/scalar.c
|
870f170ccce872764e974b86f55247c0d97dc634 |
|
16-Feb-2009 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Stack traces for Memcheck's syscall param errors are terribly unreliable, so I changed it to just filter the entire stack trace out for these errors (both normal and XML cases). The syscall name is still present in the error string. This allows a one or more alternative expected output files to be removed for several tests, which is A Very Good Thing. Also, I killed filter_test_paths because it was weird and clumsy and the above change obviated most of its use and the remaining effects could be achieved in other ways. Also, I fixed up the scalar* tests a little and they now pass on my machine, (and hopefully at least some other machines) for the first time ever! git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9178 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/x86-linux/scalar.c
|
6882443ef154bca367bc591287de641e43a9e108 |
|
10-Feb-2009 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Cleaned up the mess that was the treatment of "below main" functions such as '__libc_start_main', in Massif, m_debuginfo and m_stacktrace. As part of this, --show-below-main is now visible to tools, and Massif pays attention to it. Improved the description of --show-below-main=yes in the manual. Replaced some instances of "__libc_start_main" in the test *.exp files with "(below main)", which is what will actually be seen. Also updated scalar.stderr.exp*, which should make it get closer to actually passing. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9131 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/x86-linux/scalar.c
|
a454ec0c76d086cf026118720a66027d8583cc69 |
|
19-Jan-2009 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Create memcheck/tests/x86-linux/ and move some platform-specific tests (the scalar* ones) into it. Partial merge from DARWIN branch, r8943. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8974 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/x86-linux/scalar.c
|