]> git.ipfire.org Git - thirdparty/valgrind.git/log
thirdparty/valgrind.git
16 years agoAvoid repetitive cut+paste code relating to vgpreload_core.so.
Nicholas Nethercote [Tue, 2 Jun 2009 05:04:08 +0000 (05:04 +0000)] 
Avoid repetitive cut+paste code relating to vgpreload_core.so.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10200

16 years agoAdd some header comments to break up the file.
Nicholas Nethercote [Tue, 2 Jun 2009 04:58:03 +0000 (04:58 +0000)] 
Add some header comments to break up the file.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10199

16 years agoAvoid repetitive cut+paste code for LIBVEX.
Nicholas Nethercote [Tue, 2 Jun 2009 04:52:45 +0000 (04:52 +0000)] 
Avoid repetitive cut+paste code for LIBVEX.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10198

16 years agoAvoid repetitive cut+paste code for AM_CPPFLAGS.
Nicholas Nethercote [Tue, 2 Jun 2009 04:46:46 +0000 (04:46 +0000)] 
Avoid repetitive cut+paste code for AM_CPPFLAGS.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10197

16 years agoRemove this file, which contains generic autoconf instructions that are of
Nicholas Nethercote [Tue, 2 Jun 2009 00:36:53 +0000 (00:36 +0000)] 
Remove this file, which contains generic autoconf instructions that are of
little use and partly contradict our own README.  Fixes bug 194474.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10196

16 years agoAdded VGCONF_ARCH_SEC. This fixes problems with building libmpiwrap-*-*.so on
Nicholas Nethercote [Tue, 2 Jun 2009 00:20:47 +0000 (00:20 +0000)] 
Added VGCONF_ARCH_SEC.  This fixes problems with building libmpiwrap-*-*.so on
dual-build systems, and will also allow some cut+paste code in Makefile.am
files to be factored out.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10195

16 years agoRename a conf variable.
Nicholas Nethercote [Mon, 1 Jun 2009 23:59:20 +0000 (23:59 +0000)] 
Rename a conf variable.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10194

16 years agoMade the call stack printed by DRD for reading the variable GLOB independent of the...
Bart Van Assche [Mon, 1 Jun 2009 18:50:27 +0000 (18:50 +0000)] 
Made the call stack printed by DRD for reading the variable GLOB independent of the Linux distribution the test is run on.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10192

16 years agoFixed a bug in DRD's malloc wrappers.
Bart Van Assche [Mon, 1 Jun 2009 18:36:59 +0000 (18:36 +0000)] 
Fixed a bug in DRD's malloc wrappers.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10191

16 years agoAdded API warning for the recently added ANNOTATE_*() macro's.
Bart Van Assche [Mon, 1 Jun 2009 10:49:38 +0000 (10:49 +0000)] 
Added API warning for the recently added ANNOTATE_*() macro's.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10190

16 years agoFilter out vector clock information from DRD's regression test output.
Bart Van Assche [Mon, 1 Jun 2009 10:48:53 +0000 (10:48 +0000)] 
Filter out vector clock information from DRD's regression test output.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10189

16 years agoFix compile breakage in is_systemish_library_name introduced in r10173.
Julian Seward [Sun, 31 May 2009 19:59:29 +0000 (19:59 +0000)] 
Fix compile breakage in is_systemish_library_name introduced in r10173.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10188

16 years agoFilter out absolute paths.
Bart Van Assche [Sun, 31 May 2009 19:11:16 +0000 (19:11 +0000)] 
Filter out absolute paths.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10187

16 years ago- Added support for most of the ANNOTATE_...() macro's supported by
Bart Van Assche [Sun, 31 May 2009 18:53:54 +0000 (18:53 +0000)] 
- Added support for most of the ANNOTATE_...() macro's supported by
  ThreadSanitizer.
- Modified DRD's error reporting code such that it does no longer let
  the Valgrind core print the Valgrind thread ID but that it now prints
  the DRD thread ID and name. Updated expected output files where
  necessary.
- Modified drd/test/Makefile.am such that the tests using gcc's built-in
  functions for atomic memory access such that these are only compiled when
  the gcc version in use supports these built-in functions.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10186

16 years agoReverted some of the DRD customizations.
Bart Van Assche [Sun, 31 May 2009 18:00:39 +0000 (18:00 +0000)] 
Reverted some of the DRD customizations.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10185

16 years agoAdded more DRD customizations.
Bart Van Assche [Sun, 31 May 2009 18:00:12 +0000 (18:00 +0000)] 
Added more DRD customizations.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10184

16 years agoThe conditional HAVE_BUILTIN_ATOMIC is now available in the various Makefile.am files.
Bart Van Assche [Sun, 31 May 2009 16:21:23 +0000 (16:21 +0000)] 
The conditional HAVE_BUILTIN_ATOMIC is now available in the various Makefile.am files.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10183

16 years agoUpdated ignore list.
Bart Van Assche [Sun, 31 May 2009 16:17:22 +0000 (16:17 +0000)] 
Updated ignore list.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10182

16 years agoUpdated ignore list.
Bart Van Assche [Sun, 31 May 2009 16:16:34 +0000 (16:16 +0000)] 
Updated ignore list.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10181

16 years agoUpdated ignore list.
Bart Van Assche [Sun, 31 May 2009 16:15:23 +0000 (16:15 +0000)] 
Updated ignore list.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10180

16 years agoUpdated ignore list.
Bart Van Assche [Sun, 31 May 2009 16:14:52 +0000 (16:14 +0000)] 
Updated ignore list.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10179

16 years agoFixed a compiler warning.
Bart Van Assche [Sun, 31 May 2009 11:54:14 +0000 (11:54 +0000)] 
Fixed a compiler warning.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10178

16 years agoCustomized for DRD.
Bart Van Assche [Sun, 31 May 2009 11:53:39 +0000 (11:53 +0000)] 
Customized for DRD.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10177

16 years agoAdded test that checks whether the compiler supports -Wno-empty-body.
Bart Van Assche [Sun, 31 May 2009 11:22:58 +0000 (11:22 +0000)] 
Added test that checks whether the compiler supports -Wno-empty-body.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10176

16 years agoFilter line numbers for functions defined in header files too.
Bart Van Assche [Sun, 31 May 2009 11:21:54 +0000 (11:21 +0000)] 
Filter line numbers for functions defined in header files too.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10175

16 years agoDocument --auto-run-dsymutil flag.
Julian Seward [Sun, 31 May 2009 09:34:05 +0000 (09:34 +0000)] 
Document --auto-run-dsymutil flag.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10174

16 years agois_systemish_library_name: add "/opt" and "/sw" to the list of places
Julian Seward [Sun, 31 May 2009 08:31:06 +0000 (08:31 +0000)] 
is_systemish_library_name: add "/opt" and "/sw" to the list of places
where we shouldn't auto-run dsymutil.  (Luc Bourhis).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10173

16 years agoUpdate a comment.
Nicholas Nethercote [Sun, 31 May 2009 07:03:05 +0000 (07:03 +0000)] 
Update a comment.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10172

16 years agoAdded a copy of r1007 of the files racecheck_unittest.cc and thread_wrappers_pthread...
Bart Van Assche [Sat, 30 May 2009 16:33:10 +0000 (16:33 +0000)] 
Added a copy of r1007 of the files racecheck_unittest.cc and thread_wrappers_pthread.h. These files have been obtained from the SVN repository http://data-race-test.googlecode.com/svn/trunk/unittest.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10170

16 years agoCallgrind: fix (part of?) bug 191992.
Josef Weidendorfer [Fri, 29 May 2009 15:30:08 +0000 (15:30 +0000)] 
Callgrind: fix (part of?) bug 191992.

Matching of function names was wrong.
Thanks to  Timo Lindfors

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10169

16 years agoPartly de-hackify auxprogs/Makefile.am. libmpiwrap.*.*.dSYM is now
Nicholas Nethercote [Fri, 29 May 2009 05:40:33 +0000 (05:40 +0000)] 
Partly de-hackify auxprogs/Makefile.am.  libmpiwrap.*.*.dSYM is now
installed on Darwin.  Installation and cleaning are more in line with the
other Makefile.am files.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10167

16 years agoAdd a comment.
Nicholas Nethercote [Fri, 29 May 2009 00:52:17 +0000 (00:52 +0000)] 
Add a comment.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10166

16 years agoUnbreak nestedfns on --enable-only32bit installations.
Nicholas Nethercote [Fri, 29 May 2009 00:31:31 +0000 (00:31 +0000)] 
Unbreak nestedfns on --enable-only32bit installations.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10165

16 years agoUse --gen-suppressions=all rather than =yes, since the latter causes
Julian Seward [Thu, 28 May 2009 17:39:56 +0000 (17:39 +0000)] 
Use --gen-suppressions=all rather than =yes, since the latter causes
the entire regtest system to hang if in fact a suppression does need
to be generated (since V stops to ask).  Not sure why this flag is
really in here, tho.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10162

16 years agoReinstate an include needed on ppc{32,64}-linux.
Julian Seward [Thu, 28 May 2009 17:15:41 +0000 (17:15 +0000)] 
Reinstate an include needed on ppc{32,64}-linux.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10161

16 years agoAdd support for AT_RANDOM to keep glibc happy when it is built
Tom Hughes [Thu, 28 May 2009 12:51:24 +0000 (12:51 +0000)] 
Add support for AT_RANDOM to keep glibc happy when it is built
to assume kernel 2.6.29 or later. Closes #194429.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10160

16 years agoMake this file executable too.
Nicholas Nethercote [Thu, 28 May 2009 02:24:28 +0000 (02:24 +0000)] 
Make this file executable too.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10158

16 years agoMake this file executable.
Nicholas Nethercote [Thu, 28 May 2009 02:20:59 +0000 (02:20 +0000)] 
Make this file executable.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10157

16 years agoMerge the DARWIN branch onto the trunk.
Nicholas Nethercote [Thu, 28 May 2009 01:53:07 +0000 (01:53 +0000)] 
Merge the DARWIN branch onto the trunk.

I tried using 'svn merge' to do the merge but it did a terrible job and
there were bazillions of conflicts.  So instead I just took the diff between
the branch and trunk  at r10155, applied the diff to the trunk, 'svn add'ed
the added files (no files needed to be 'svn remove'd) and committed.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10156

16 years agoDARWIN sync: timeval.
Nicholas Nethercote [Mon, 25 May 2009 01:48:59 +0000 (01:48 +0000)] 
DARWIN sync: timeval.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10150

16 years agoDARWIN sync: add a comment.
Nicholas Nethercote [Mon, 25 May 2009 01:48:32 +0000 (01:48 +0000)] 
DARWIN sync: add a comment.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10149

16 years agoDARWIN sync: whitespace.
Nicholas Nethercote [Mon, 25 May 2009 01:47:56 +0000 (01:47 +0000)] 
DARWIN sync: whitespace.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10148

16 years agoChanging VG_MALLOC_MIN_SZB to 16 on some platforms broke heap profiling.
Nicholas Nethercote [Sun, 24 May 2009 23:36:50 +0000 (23:36 +0000)] 
Changing VG_MALLOC_MIN_SZB to 16 on some platforms broke heap profiling.
This fixes it by changing the size of a cost centre from ULong to
VG_MALLOC_MIN_SZB.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10136

16 years agoDARWIN sync: sys_truncate64 and sys_ftruncate64 wrappers.
Nicholas Nethercote [Sun, 24 May 2009 23:02:55 +0000 (23:02 +0000)] 
DARWIN sync: sys_truncate64 and sys_ftruncate64 wrappers.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10134

16 years agoDARWIN sync: remove redundant check (it's done again in pre_mem_sock_addr()).
Nicholas Nethercote [Sun, 24 May 2009 22:45:33 +0000 (22:45 +0000)] 
DARWIN sync: remove redundant check (it's done again in pre_mem_sock_addr()).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10133

16 years agoDARWIN sync: sys_open wrapper.
Nicholas Nethercote [Sun, 24 May 2009 22:32:33 +0000 (22:32 +0000)] 
DARWIN sync: sys_open wrapper.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10131

16 years agoDARWIN sync: sys_readlink layout.
Nicholas Nethercote [Sat, 23 May 2009 01:51:54 +0000 (01:51 +0000)] 
DARWIN sync: sys_readlink layout.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10121

16 years agoDARWIN sync: remove '.' from some field names for consistency, and factor
Nicholas Nethercote [Sat, 23 May 2009 01:18:44 +0000 (01:18 +0000)] 
DARWIN sync:  remove '.' from some field names for consistency, and factor
out some variables.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10119

16 years agoDARWIN sync: all the timeval stuff
Nicholas Nethercote [Fri, 22 May 2009 08:12:46 +0000 (08:12 +0000)] 
DARWIN sync: all the timeval stuff

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10106

16 years agoDARWIN sync: comment and braces.
Nicholas Nethercote [Fri, 22 May 2009 07:09:03 +0000 (07:09 +0000)] 
DARWIN sync: comment and braces.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10102

16 years agoDARWIN sync: change the 3rd arg of VG_(fcntl).
Nicholas Nethercote [Fri, 22 May 2009 07:08:12 +0000 (07:08 +0000)] 
DARWIN sync: change the 3rd arg of VG_(fcntl).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10101

16 years agoDARWIN sync: export VG_(socket).
Nicholas Nethercote [Fri, 22 May 2009 02:00:27 +0000 (02:00 +0000)] 
DARWIN sync: export VG_(socket).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10098

16 years agoPartly revert r10044 -- do use struct vki_sockaddr, and define it for AIX.
Nicholas Nethercote [Fri, 22 May 2009 00:52:14 +0000 (00:52 +0000)] 
Partly revert r10044 -- do use struct vki_sockaddr, and define it for AIX.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10096

16 years agoAvoid struct vki_sockaddr_in in my_connect(), because it's not defined on
Nicholas Nethercote [Fri, 22 May 2009 00:47:08 +0000 (00:47 +0000)] 
Avoid struct vki_sockaddr_in in my_connect(), because it's not defined on
all platforms;  void* suffices.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10095

16 years agoAbort on unknown fcntl, rather than doing no checking.
Nicholas Nethercote [Fri, 22 May 2009 00:38:15 +0000 (00:38 +0000)] 
Abort on unknown fcntl, rather than doing no checking.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10094

16 years agoDARWIN sync: add ML_({PRE,POST}_unknown_ioctl).
Nicholas Nethercote [Fri, 22 May 2009 00:15:06 +0000 (00:15 +0000)] 
DARWIN sync: add ML_({PRE,POST}_unknown_ioctl).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10089

16 years agoMerge r10085, r10086 (post-fork handling) from the DARWIN branch.
Nicholas Nethercote [Thu, 21 May 2009 23:59:34 +0000 (23:59 +0000)] 
Merge r10085, r10086 (post-fork handling) from the DARWIN branch.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10087

16 years agoDARWIN sync: improve syscall retval tracking, and factor out position code.
Nicholas Nethercote [Thu, 21 May 2009 23:53:40 +0000 (23:53 +0000)] 
DARWIN sync: improve syscall retval tracking, and factor out position code.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10084

16 years agoDARWIN sync: spacing and layout.
Nicholas Nethercote [Thu, 21 May 2009 23:52:52 +0000 (23:52 +0000)] 
DARWIN sync: spacing and layout.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10083

16 years agoHandle DW_CFA_{remember,restore}_state. This requires having a stack
Julian Seward [Thu, 21 May 2009 15:33:36 +0000 (15:33 +0000)] 
Handle DW_CFA_{remember,restore}_state.  This requires having a stack
of currently on-the-go register rules, rather than just one.

gcc doesn't appear to generate these (it's pretty darn obscure), but
they do turn up a piece of handwritten assembly somewhere in the
depths of Python-2.6 on amd64-linux.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10075

16 years agoWhen updating the constraint for a location following a race, make
Julian Seward [Thu, 21 May 2009 14:54:05 +0000 (14:54 +0000)] 
When updating the constraint for a location following a race, make
sure the read-constraint <= the write-constraint.  Failure to do this
leads to assertion failures later on.  Fixes #181394.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10074

16 years agoFix bogus assertion pertaining to validity checking of reader-writer
Julian Seward [Thu, 21 May 2009 14:49:55 +0000 (14:49 +0000)] 
Fix bogus assertion pertaining to validity checking of reader-writer
locks, as reported in #188248.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10073

16 years agoMerge r10071 (VALGRIND_INTERNAL_PRINTF fix) from the DARWIN branch.
Nicholas Nethercote [Thu, 21 May 2009 04:10:38 +0000 (04:10 +0000)] 
Merge r10071 (VALGRIND_INTERNAL_PRINTF fix) from the DARWIN branch.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10072

16 years agoDARWIN sync: comment and macros.
Nicholas Nethercote [Thu, 21 May 2009 03:52:03 +0000 (03:52 +0000)] 
DARWIN sync: comment and macros.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10068

16 years agoDARWIN sync: use a library function.
Nicholas Nethercote [Thu, 21 May 2009 03:38:58 +0000 (03:38 +0000)] 
DARWIN sync: use a library function.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10067

16 years agoDARWIN sync: make VG_MIN_MALLOC_SZB 16 bytes where appropriate. Add another
Nicholas Nethercote [Thu, 21 May 2009 03:36:21 +0000 (03:36 +0000)] 
DARWIN sync: make VG_MIN_MALLOC_SZB 16 bytes where appropriate.  Add another
output for massif/tests/one to account for it.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10066

16 years agoDARWIN sync: spacing.
Nicholas Nethercote [Thu, 21 May 2009 02:03:08 +0000 (02:03 +0000)] 
DARWIN sync: spacing.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10065

16 years agoDARWIN sync: minor layout things, comments.
Nicholas Nethercote [Thu, 21 May 2009 01:25:43 +0000 (01:25 +0000)] 
DARWIN sync: minor layout things, comments.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10057

16 years agoDARWIN sync: tweak debuglog output.
Nicholas Nethercote [Thu, 21 May 2009 01:15:18 +0000 (01:15 +0000)] 
DARWIN sync: tweak debuglog output.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10055

16 years agoDARWIN sync: whitespace change only.
Nicholas Nethercote [Wed, 20 May 2009 08:14:23 +0000 (08:14 +0000)] 
DARWIN sync: whitespace change only.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10052

16 years agoDARWIN sync: param name.
Nicholas Nethercote [Wed, 20 May 2009 07:36:18 +0000 (07:36 +0000)] 
DARWIN sync: param name.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10045

16 years agoMerge r9472 (tkill() param renaming) from the DARWIN branch.
Nicholas Nethercote [Wed, 20 May 2009 07:10:48 +0000 (07:10 +0000)] 
Merge r9472 (tkill() param renaming) from the DARWIN branch.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10044

16 years agoOn x86-linux, send debuglog output to stderr, not stdout.
Nicholas Nethercote [Wed, 20 May 2009 06:59:19 +0000 (06:59 +0000)] 
On x86-linux, send debuglog output to stderr, not stdout.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10041

16 years agoDARWIN sync: spacing.
Nicholas Nethercote [Wed, 20 May 2009 06:51:11 +0000 (06:51 +0000)] 
DARWIN sync: spacing.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10039

16 years agoDARWIN sync: remove unused VG_UCONTEXT_SYSCALL_NUM.
Nicholas Nethercote [Wed, 20 May 2009 06:46:25 +0000 (06:46 +0000)] 
DARWIN sync: remove unused VG_UCONTEXT_SYSCALL_NUM.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10037

16 years agoDARWIN sync: conditional compilation and spacing/comments.
Nicholas Nethercote [Wed, 20 May 2009 06:42:59 +0000 (06:42 +0000)] 
DARWIN sync: conditional compilation and spacing/comments.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10036

16 years agoDARWIN sync: use Word instead of UWord for sysno in two places.
Nicholas Nethercote [Wed, 20 May 2009 05:22:38 +0000 (05:22 +0000)] 
DARWIN sync: use Word instead of UWord for sysno in two places.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10030

16 years agoDARWIN sync: change how newlines are printed for --trace-syscalls.
Nicholas Nethercote [Wed, 20 May 2009 05:19:22 +0000 (05:19 +0000)] 
DARWIN sync: change how newlines are printed for --trace-syscalls.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10029

16 years agoBe more consistent with the spacing of syscall nums.
Nicholas Nethercote [Wed, 20 May 2009 05:05:56 +0000 (05:05 +0000)] 
Be more consistent with the spacing of syscall nums.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10027

16 years agoRemove an unnecessary #include.
Nicholas Nethercote [Wed, 20 May 2009 04:35:28 +0000 (04:35 +0000)] 
Remove an unnecessary #include.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10024

16 years agoDARWIN sync: add some 'const' attributes.
Nicholas Nethercote [Wed, 20 May 2009 04:22:42 +0000 (04:22 +0000)] 
DARWIN sync: add some 'const' attributes.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10022

16 years agoDARWIN sync: comment change.
Nicholas Nethercote [Wed, 20 May 2009 04:09:38 +0000 (04:09 +0000)] 
DARWIN sync: comment change.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10018

16 years agoDARWIN sync: Makefile.am layout, mostly.
Nicholas Nethercote [Wed, 20 May 2009 04:02:50 +0000 (04:02 +0000)] 
DARWIN sync: Makefile.am layout, mostly.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10016

16 years agoDARWIN sync: add a #include.
Nicholas Nethercote [Wed, 20 May 2009 03:54:09 +0000 (03:54 +0000)] 
DARWIN sync: add a #include.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10013

16 years agoDARWIN sync: increase the limit before we complain about large regions being
Nicholas Nethercote [Wed, 20 May 2009 03:44:09 +0000 (03:44 +0000)] 
DARWIN sync: increase the limit before we complain about large regions being
changed.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10011

16 years agoDARWIN sync: UInt -> Int.
Nicholas Nethercote [Wed, 20 May 2009 03:20:05 +0000 (03:20 +0000)] 
DARWIN sync: UInt -> Int.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10006

16 years agoDARWIN sync: put conditional compilation alternatives in the usual order.
Nicholas Nethercote [Wed, 20 May 2009 02:27:00 +0000 (02:27 +0000)] 
DARWIN sync: put conditional compilation alternatives in the usual order.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10003

16 years agoDARWIN sync: comment change.
Nicholas Nethercote [Wed, 20 May 2009 02:11:49 +0000 (02:11 +0000)] 
DARWIN sync: comment change.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9998

16 years agoDARWIN sync: stabs wibble.
Nicholas Nethercote [Wed, 20 May 2009 02:07:56 +0000 (02:07 +0000)] 
DARWIN sync: stabs wibble.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9997

16 years agoMerge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch,
Nicholas Nethercote [Wed, 20 May 2009 02:02:30 +0000 (02:02 +0000)] 
Merge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch,
and rename all the vg_stat fields to avoid problems that the old names cause
on Darwin.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9996

16 years agoUpdated list of bugs fixed in 3.5.0.
Bart Van Assche [Tue, 19 May 2009 18:05:25 +0000 (18:05 +0000)] 
Updated list of bugs fixed in 3.5.0.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9989

16 years agoSorted EXTRA_DIST alphabetically.
Bart Van Assche [Tue, 19 May 2009 17:26:20 +0000 (17:26 +0000)] 
Sorted EXTRA_DIST alphabetically.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9986

16 years agoDARWIN sync: malloc_usable_size return value should be SizeT.
Nicholas Nethercote [Tue, 19 May 2009 08:00:06 +0000 (08:00 +0000)] 
DARWIN sync: malloc_usable_size return value should be SizeT.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9984

16 years agoDARWIN sync: wibble.
Nicholas Nethercote [Tue, 19 May 2009 07:56:55 +0000 (07:56 +0000)] 
DARWIN sync: wibble.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9983

16 years agoUse our CPU/OS variable when printing the results in configure.
Nicholas Nethercote [Tue, 19 May 2009 07:39:22 +0000 (07:39 +0000)] 
Use our CPU/OS variable when printing the results in configure.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9978

16 years agoDARWIN sync: don't insist on GNU sed.
Nicholas Nethercote [Tue, 19 May 2009 07:25:42 +0000 (07:25 +0000)] 
DARWIN sync: don't insist on GNU sed.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9976

16 years agoDARWIN sync: pread64 and pwrite64 wrappers.
Nicholas Nethercote [Tue, 19 May 2009 06:50:37 +0000 (06:50 +0000)] 
DARWIN sync: pread64 and pwrite64 wrappers.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9971

16 years agoMerged missing part of r9900 from the MESSAGING_TIDYUP branch.
Bart Van Assche [Tue, 19 May 2009 06:24:51 +0000 (06:24 +0000)] 
Merged missing part of r9900 from the MESSAGING_TIDYUP branch.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9969

16 years agoDARWIN sync: whitespace.
Nicholas Nethercote [Tue, 19 May 2009 06:07:21 +0000 (06:07 +0000)] 
DARWIN sync: whitespace.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9965

16 years agoRemove unnecessary #include.
Nicholas Nethercote [Tue, 19 May 2009 06:06:14 +0000 (06:06 +0000)] 
Remove unnecessary #include.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9964