summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-09-07core: add support for drm core and nouveau ioctlsMarcin Slusarz1-0/+579
2011-08-18Extend the behavioural-equivalence-class mechanism for redirectionsewardj2-30/+37
2011-08-16Add more infrastructure to be used for fixing #275284 (Valgrindsewardj2-12/+74
2011-08-15Remove the assumption, in m_debuginfo, that each address is associatedsewardj1-9/+13
2011-08-15Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls.tom1-0/+2
2011-08-13Fix VKI_FIOQSIZE definition on ppc platforms.tom2-13/+2
2011-08-10Add support for the FIOQSIZE ioctl. Fixes #270320.tom5-0/+31
2011-07-25valgrind.h: Remove a superfluous cast. See also #278454.bart1-1/+1
2011-07-24Add a new client request and pair of macros,sewardj1-1/+32
2011-07-13Allow core dumps on 32 bit architectures to go over 2Gb in size. BZ#277610.tom1-1/+1
2011-06-28Synch s390x system call list with linux 2.6.39.2. florian1-142/+40
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj12-3917/+9
2011-06-27Fix 'make dist' following recent gdbserver commits.sewardj1-3/+4
2011-06-24Fix #undefs that are inconsistent with those further up the file,sewardj1-2/+5
2011-06-24Merge the contents of the HGDEV2 branch into trunk:sewardj1-2/+2
2011-06-18Minor GDBserver source tidying. Also a small usability fix: ifsewardj1-1/+1
2011-06-13Try to handle LL caches which are of size 50% above a power of 2 (eg,sewardj1-2/+5
2011-06-10Teach cachegrind/callgrind how to parse the cache descriptiontom1-1/+1
2011-06-08Add support for prlimit64 on x86 and amd64.tom1-0/+5
2011-06-08Update system call lists to match current kernel source.tom5-0/+91
2011-06-08It seems that the perf_counter_open system call was renamed totom5-11/+35
2011-05-17Better checking for command line options that should be either 'yes'sewardj1-0/+2
2011-05-15Get rid of the remaining "set but not used" warnings reported by gcc 4.6 bybart1-235/+167
2011-05-09Tidying up of branch-predict hint macros LIKELY/UNLIKELY. Fixessewardj2-4/+4
2011-05-09ppc{32,64}-linux: mark VG_MINIMAL_LONGJMP as noreturn, since it is,sewardj1-0/+2
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj7-1/+213
2011-04-18Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hard...bart1-0/+1
2011-04-11Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMPsewardj1-0/+6
2011-04-11Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMPsewardj1-1/+12
2011-04-11Create new module m_libcsetjmp, which wraps up uses ofsewardj2-0/+77
2011-03-28Remove a bunch more warnings generated by gcc-4.6 about deadsewardj1-17/+17
2011-03-25Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819.bart1-4/+29
2011-03-24Definitions relating to ptrace: replace bogus x86 versions withsewardj1-64/+46
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj9-5/+2038
2011-03-04<valgrind/valgrind.h>: Made VALGRIND_PRINTF() and VALGRIND_PRINTF_BACKTRACE()...bart1-11/+10
2011-02-27Back out r11568 (Add a new constructor for empty XArrays,sewardj1-11/+0
2011-02-23Add a new constructor for empty XArrays, VG_(newSizedXA). This issewardj1-0/+11
2010-10-20Preserve the stack's 16-alignment in x86 and amd64 wrappers.sewardj1-15/+24
2010-10-12Define VG_CLREQ_SZB correctly on ARM, so Cachegrind and Callgrindsewardj1-1/+1
2010-10-11Enable support for sys_ppoll on arm-linux (Rodrigo Belem, rodrigo.belem@openb...sewardj1-1/+1
2010-10-08More unwind fixes for the amd64-linux CALL_FN_*_* macros, as persewardj1-7/+22
2010-10-08Only enable CFI annotations when __GCC_HAVE_DWARF2_CFI_ASM is defined. This s...bart1-4/+2
2010-10-08valgrind.h is again independent of config.h. Note: __builtin_frame_address()bart1-1/+1
2010-10-07Fix build failure I introduced in r11408, duh.sewardj1-1/+1
2010-10-07Tidy up ifdeffery a bit. (non-functional change)sewardj1-2/+3
2010-10-07Fix build breakage on Darwin resulting from r11402 (see #243270),sewardj1-2/+4
2010-10-07Define VKI_SHMLBA on Darwin, so as to un-break build breakage caused bysewardj1-0/+1
2010-10-06amd64-linux: add suitable CFI annotations so that unwinding throughsewardj1-26/+109
2010-10-06Define VKI_SHMLBA for all supported Linux targets, thereby unbreakingsewardj5-3/+30
2010-10-06Make client sys_shmat work properly on arm-linux by taking intosewardj2-0/+3