summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-01-20Make fn wrapping work again on ppc32-linux.sewardj1-7/+7
2006-01-20x86 function wrapping fixes.sewardj1-31/+31
2006-01-20Make amd64 function wrapping work again following recent changes.sewardj1-16/+32
2006-01-20Changes to make function wrapping work better on ppc64-linux:sewardj2-51/+91
2006-01-17These files all speak about instrumentation functions.sewardj1-3/+17
2006-01-17ppc64-linux function wrapping support (does not work properly)sewardj1-0/+83
2006-01-12Fix more ppc64-linux function wrapping and symbol-table bits and pieces.sewardj1-23/+42
2006-01-12Merge in function wrapping support from the FNWRAP branch. Thatsewardj4-271/+924
2006-01-12Comment-only change.sewardj1-1/+1
2005-12-25Merge in r5435 from COMPVBITS. Also added a note tonjn1-1/+2
2005-12-24Fix a nasty 64-bit-uncleanness bug in OSet spotted by Julian -- for fastnjn1-1/+1
2005-12-23ppc64 ELF allows the 288 bytes below the stack pointer to be accessed.sewardj1-2/+3
2005-12-23Deal with function pointer vs function entry crazyness on ppc64-linux.sewardj1-0/+6
2005-12-22Add comment about log2().njn1-1/+1
2005-12-22Add a destructor function to OSet_Destroy() which can be called for eachnjn1-5/+8
2005-12-21Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h tonjn2-0/+41
2005-12-19Remove all remaining profiling gunk.njn3-95/+0
2005-12-06Take ppc64 startup further along the roadcerion1-4/+4
2005-12-05Change hp2ps to output .ps files in the same dir that the .hp input filesnjn3-6/+3
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj7-5/+870
2005-11-18comment-only changenjn1-1/+1
2005-11-17Removed vki_ntohs definition and the infrastructure that supportedtom1-52/+0
2005-11-16Move VG_(am_get_filename) to the tool accessible aspacemgr header file.tom1-0/+3
2005-11-14Handle some ALSA ioctls that don't have size or direction hints.tom1-0/+24
2005-11-12Add named constants for si_code values to replace the magic numbers.tom1-0/+39
2005-11-10Cachegrind was aborting if it hit a client request. Now it doesn't.njn1-5/+7
2005-11-09Do ptrace_setregs in a ppc32 compatible way instead of a ppc64 way.tom2-8/+33
2005-11-08Try to fill in ptrace_setregs. Dunno if it's right.sewardj1-10/+6
2005-11-08Handle the PROT_GROWSDOWN and PROT_GROWSUP mprotect flags properlytom3-0/+6
2005-11-07Handle sys_sigaction on ppc32-linux.sewardj1-10/+10
2005-10-31Get core dumping working again - the architecture specific code that tom2-0/+3
2005-10-20rm the skiplist module, as it has been superseded by the AVL-treesewardj2-123/+0
2005-10-18Change the core-tool interface so that tools are fully aware of bothsewardj1-11/+17
2005-10-16augment commentnjn1-1/+3
2005-10-15Comment-only changes.njn1-1/+4
2005-10-12Redo the way cachegrind generates instrumentation code, so that it cansewardj1-10/+21
2005-10-04If the launcher can't figure out what it's own name is, don't bailsewardj1-0/+1
2005-10-04Create a new SkShmC segment type for shared memory segments so that wetom1-0/+7
2005-10-04Get the SHM_RDONLY test the right way round. Fixes bug #113796.tom1-0/+2
2005-10-02Plumb 64-bit file offsets throughout the address space manager.sewardj1-0/+2
2005-09-28Get rid of some macros used only by the old aspacemgr, and tidy upsewardj1-6/+0
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj14-81/+234
2005-09-25Fix incorrect computation of miss rates due to Int/Long mixups <sigh>.njn1-1/+2
2005-09-13Don't print the client's argv[i] if it's null, and related changes.njn1-1/+3
2005-08-28Handle the SCTP_GET_LOCAL_ADDRS and SCTP_GET_PEER_ADDRS getsockopttom4-0/+72
2005-08-27Move some kernel constants to the right place.njn2-20/+20
2005-08-25Rename vg_preload_core.so to vgpreload_core.so to be consistent withnjn1-1/+2
2005-08-19Incorporate a patch from Craig Chaney which gives better stacksewardj1-0/+1
2005-08-18vki_stat64 as defined in the 2.6.10 sources looks significantlysewardj1-21/+22
2005-08-17Added VG_(OSet_LookupWithCmp)(), which can be useful.njn1-7/+11