- 0d03bd4 valgrind.h: Remove a superfluous cast. See also #278454. by bart · 13 years ago
- dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
- c17c6ef Allow core dumps on 32 bit architectures to go over 2Gb in size. BZ#277610. by tom · 13 years ago
- e1ce4e1 Synch s390x system call list with linux 2.6.39.2. by florian · 13 years ago
- 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
- a5d978e Fix 'make dist' following recent gdbserver commits. by sewardj · 13 years ago
- c112c8e Fix #undefs that are inconsistent with those further up the file, by sewardj · 13 years ago
- ffce815 Merge the contents of the HGDEV2 branch into trunk: by sewardj · 13 years ago
- 1568e17 Minor GDBserver source tidying. Also a small usability fix: if by sewardj · 13 years ago
- aebbf1c Try to handle LL caches which are of size 50% above a power of 2 (eg, by sewardj · 13 years ago
- ad8a591 Teach cachegrind/callgrind how to parse the cache description by tom · 13 years ago
- 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
- 22c2caa Update system call lists to match current kernel source. by tom · 13 years ago
- c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
- 36f3c79 Better checking for command line options that should be either 'yes' by sewardj · 13 years ago
- 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
- 4ee9c56 Tidying up of branch-predict hint macros LIKELY/UNLIKELY. Fixes by sewardj · 13 years ago
- 82f8bfd ppc{32,64}-linux: mark VG_MINIMAL_LONGJMP as noreturn, since it is, by sewardj · 13 years ago
- 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 14 years ago
- 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 14 years ago
- 2a88a01 Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 14 years ago
- 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 14 years ago
- 6c591e1 by sewardj · 14 years ago
- 66304e2 Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 14 years ago
- 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 14 years ago
- e61a628 Definitions relating to ptrace: replace bogus x86 versions with by sewardj · 14 years ago
- b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
- 8c7e25f <valgrind/valgrind.h>: Made VALGRIND_PRINTF() and VALGRIND_PRINTF_BACKTRACE() definitions (with NVALGRIND defined) C89-compliant. by bart · 14 years ago
- aa5a1ea Back out r11568 (Add a new constructor for empty XArrays, by sewardj · 14 years ago
- 804a78b Add a new constructor for empty XArrays, VG_(newSizedXA). This is by sewardj · 14 years ago
- 87a287b Preserve the stack's 16-alignment in x86 and amd64 wrappers. Fixes #254646. by sewardj · 14 years ago
- 807725e Define VG_CLREQ_SZB correctly on ARM, so Cachegrind and Callgrind by sewardj · 14 years ago
- c975eca Enable support for sys_ppoll on arm-linux (Rodrigo Belem, rodrigo.belem@openbossa.org). by sewardj · 14 years ago
- 8d1dc15 More unwind fixes for the amd64-linux CALL_FN_*_* macros, as per by sewardj · 14 years ago
- dea799c Only enable CFI annotations when __GCC_HAVE_DWARF2_CFI_ASM is defined. This should work for all platforms, all gcc versions and with and without -fno-dwarf2-cfi-asm / -fno-asynchronous-unwind-tables. Thanks to Jakub Jelinek for the hint. by bart · 14 years ago
- 410afd5 valgrind.h is again independent of config.h. Note: __builtin_frame_address() by bart · 14 years ago
- 520a03a Fix build failure I introduced in r11408, duh. by sewardj · 14 years ago
- 6022784 Tidy up ifdeffery a bit. (non-functional change) by sewardj · 14 years ago
- 0681bdd Fix build breakage on Darwin resulting from r11402 (see #243270), by sewardj · 14 years ago
- 19a00d3 Define VKI_SHMLBA on Darwin, so as to un-break build breakage caused by by sewardj · 14 years ago
- dfa55cf amd64-linux: add suitable CFI annotations so that unwinding through by sewardj · 14 years ago
- a69c2de Define VKI_SHMLBA for all supported Linux targets, thereby unbreaking by sewardj · 14 years ago
- 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
- a3551be arm-linux: determine whether the host supports Neon by looking at our by sewardj · 14 years ago
- 2823aac Fixed an AMD64 bug reported by Evgeniy Stepanov: the order of by bart · 14 years ago
- 019a43f Made declaration and definition of VG_(thread_get_stack_size)(ThreadId) by bart · 14 years ago
- 83c5a92 Added functions for querying the properties of the alternate stack. by bart · 14 years ago
- fa5115a Refactoring: introduced new macro VALGRIND_DO_CLIENT_REQUEST_EXPR() and used that macro to reimplement RUNNING_ON_VALGRIND. by bart · 14 years ago
- b23d505 Add support for F_DUPFD_CLOEXEC. Fixes #238696. by tom · 14 years ago
- 0da2c77 Suppressed a few warnings reported by the Microsoft C Compiler. by bart · 14 years ago
- 7f48981 Ported to Win32. Tested that both RUNNING_ON_VALGRIND and VALGRIND_PRINTF() by bart · 14 years ago
- 1dbd337 Merge from branches/THUMB: m_machine changes needed for Thumb support: by sewardj · 14 years ago
- 34f87e2 Merge from branches/THUMB: add support for sys_pselect6, sys_pipe2, by sewardj · 14 years ago
- 5c65962 Add a new client request, VALGRIND_MAP_IP_TO_SRCLOC, so that clients by sewardj · 14 years ago
- 18a71e8 Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) with by njn · 14 years ago
- b1cc5d6 by njn · 14 years ago
- e323a6b Add --pages-as-heap option to Massif. Bug 203256. by njn · 14 years ago
- ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
- 07b168d Reimplemented the _VKI_IOC_TYPECHECK() macro such that it doesn't trigger a by bart · 14 years ago
- a3054f5 Fixed compiler warnings about casting from const char * to char *. by bart · 14 years ago
- 0ee313e Add support for some EVIO ioctls. These are a bit abnormal because by tom · 15 years ago
- 8f8fa17 Add a method to get the contents of an XArray so we can index in by sewardj · 15 years ago
- 9eecbbb Update copyright dates to 2010. by sewardj · 15 years ago
- 0fe1d4c Rename preprocessor macro __VALGRIND__ to __VALGRIND_MAJOR__ and add comments. by sewardj · 15 years ago
- 39d234a Fix stupid bug in VG_(bzero_inline), as spotted by Bart. by sewardj · 15 years ago
- f7183e3 Inline most functions in VG_(use_CF_info). May or may not give a by sewardj · 15 years ago
- 7104416 Make the version number available in the valgrind.h headers, so by sewardj · 15 years ago
- 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 15 years ago
- 55703df Fix up a few issues with OSS ioctls. Fixes #227325. by tom · 15 years ago
- 8086f01 Increase number of supported threads to 500. Fixes #227328. by sewardj · 15 years ago
- c560fb3 Followup fix to r11006. Don't pass va_list by value through client by sewardj · 15 years ago
- 651cfa4 Apparently the dynamic linker on ARM-Linux has soname "ld-linux.so.3" by sewardj · 15 years ago
- 05b0715 Don't assume that va_list can be casted to an unsigned word. Fixes by sewardj · 15 years ago
- 41f1242 Include missing files in the tarball. by sewardj · 15 years ago
- ed35ae5 Handle sys_pipe2 on arm-linux; also add some missing numbers to by sewardj · 15 years ago
- 66da733 Redo r10971 ("Made sure that C++ compilers do not complain about the by sewardj · 15 years ago
- 7af3230 Tidy up determination of the PLAT_ macros a bit. by sewardj · 15 years ago
- 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
- 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
- 2aed284 Made sure that C++ compilers do not complain about the _VKI_IOC_TYPECHECK() macro. by bart · 15 years ago
- 116458b Changes: by bart · 15 years ago
- e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
- 92df0ea Document the 'cc' parameter for OSet creation. by njn · 15 years ago
- 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
- 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
- d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
- 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
- 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
- 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
- 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
- 3a1b9a2 Add a crappy wrapper for access_extended(), one of the more ridiculous by njn · 15 years ago
- 18afe5d Try to fix error_counts. by njn · 15 years ago
- 4a76c5e Count leak as errors. Fixes bug 152393. by njn · 15 years ago
- b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
- 2d9e874 by sewardj · 15 years ago
- 608bfe7 Document the 'cc' param of VG_(malloc) et al. by njn · 15 years ago
- 97db761 Various option-related tweaks: by njn · 15 years ago
- d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
- e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
- a0eee32 Don't instrument any code in ld.so. Doing so merely generates a large by sewardj · 15 years ago