aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-10-12Define VG_CLREQ_SZB correctly on ARM, so Cachegrind and Callgrindsewardj
2010-10-11Enable support for sys_ppoll on arm-linux (Rodrigo Belem, rodrigo.belem@openb...sewardj
2010-10-08More unwind fixes for the amd64-linux CALL_FN_*_* macros, as persewardj
2010-10-08Only enable CFI annotations when __GCC_HAVE_DWARF2_CFI_ASM is defined. This s...bart
2010-10-08valgrind.h is again independent of config.h. Note: __builtin_frame_address()bart
2010-10-07Fix build failure I introduced in r11408, duh.sewardj
2010-10-07Tidy up ifdeffery a bit. (non-functional change)sewardj
2010-10-07Fix build breakage on Darwin resulting from r11402 (see #243270),sewardj
2010-10-07Define VKI_SHMLBA on Darwin, so as to un-break build breakage caused bysewardj
2010-10-06amd64-linux: add suitable CFI annotations so that unwinding throughsewardj
2010-10-06Define VKI_SHMLBA for all supported Linux targets, thereby unbreakingsewardj
2010-10-06Make client sys_shmat work properly on arm-linux by taking intosewardj
2010-09-09arm-linux: determine whether the host supports Neon by looking at oursewardj
2010-09-05Fixed an AMD64 bug reported by Evgeniy Stepanov: the order ofbart
2010-09-02Made declaration and definition of VG_(thread_get_stack_size)(ThreadId)bart
2010-09-02Added functions for querying the properties of the alternate stack.bart
2010-09-02Refactoring: introduced new macro VALGRIND_DO_CLIENT_REQUEST_EXPR() and used ...bart
2010-09-02Add support for F_DUPFD_CLOEXEC. Fixes #238696.tom
2010-09-01Suppressed a few warnings reported by the Microsoft C Compiler.bart
2010-08-27Ported to Win32. Tested that both RUNNING_ON_VALGRIND and VALGRIND_PRINTF()bart
2010-08-22Merge from branches/THUMB: m_machine changes needed for Thumb support:sewardj
2010-08-22Merge from branches/THUMB: add support for sys_pselect6, sys_pipe2,sewardj
2010-08-20Add a new client request, VALGRIND_MAP_IP_TO_SRCLOC, so that clientssewardj
2010-07-06Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) withnjn
2010-07-06Make error messages at start-up more consistent. Every line of suchnjn
2010-07-01Add --pages-as-heap option to Massif. Bug 203256.njn
2010-07-01Merged the MACOSX106 branch to the trunk. Merge command:njn
2010-06-15Reimplemented the _VKI_IOC_TYPECHECK() macro such that it doesn't trigger abart
2010-06-14Fixed compiler warnings about casting from const char * to char *.bart
2010-05-07Add support for some EVIO ioctls. These are a bit abnormal becausetom
2010-05-05Add a method to get the contents of an XArray so we can index insewardj
2010-05-03Update copyright dates to 2010.sewardj
2010-04-19Rename preprocessor macro __VALGRIND__ to __VALGRIND_MAJOR__ and addsewardj
2010-03-15Fix stupid bug in VG_(bzero_inline), as spotted by Bart.sewardj
2010-03-14Inline most functions in VG_(use_CF_info). May or may not give asewardj
2010-03-03Make the version number available in the valgrind.h headers, sosewardj
2010-02-23Add support for the getcpu system call on x86, ppc32 and ppc64. Theretom
2010-02-18Fix up a few issues with OSS ioctls. Fixes #227325.tom
2010-02-17Increase number of supported threads to 500. Fixes #227328.sewardj
2010-01-28Followup fix to r11006. Don't pass va_list by value through clientsewardj
2010-01-11Apparently the dynamic linker on ARM-Linux has soname "ld-linux.so.3"sewardj
2010-01-04Don't assume that va_list can be casted to an unsigned word. Fixessewardj
2010-01-04Include missing files in the tarball.sewardj
2010-01-03Handle sys_pipe2 on arm-linux; also add some missing numbers tosewardj
2010-01-02Redo r10971 ("Made sure that C++ compilers do not complain about thesewardj
2010-01-02Tidy up determination of the PLAT_ macros a bit.sewardj
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj
2009-12-29Removed dependency of include/pub_tool_basics.h on config.h.bart
2009-12-29Made sure that C++ compilers do not complain about the _VKI_IOC_TYPECHECK() m...bart
2009-12-29Changes:bart