- ce9dd9e Check whether the symbol table is in the main object file or the debug by tom · 16 years ago
- 00556da whitespace-only change by njn · 16 years ago
- 79c4ae8 Fix some incorrect end comments. by njn · 16 years ago
- 5e40aba Tweak the format of stack traces, so they're more consistent. by njn · 16 years ago
- 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 16 years ago
- 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 16 years ago
- 9f20746 Updated copyright years. by njn · 16 years ago
- 402c9ee Keep track of the svma and bias values for the debug data separately by tom · 16 years ago
- aab814e Use "status" as the argname for 'exit' and 'exit_group'. by njn · 16 years ago
- b881b25 Get rid of the second argument ("PtrdiffT debug_offset") to by sewardj · 16 years ago
- 08ce7b3 Remove dead code relating to interface versions. by njn · 16 years ago
- 132fdb0 Add more testing to memcheck/tests/unit_libcbase.c. by njn · 16 years ago
- 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 16 years ago
- 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 16 years ago
- 889a5d6 Declared those function arguments that are not modified as const. by bart · 16 years ago
- 4d3f7a4 Use dashes rather than underscores in library names (njn). by sewardj · 16 years ago
- 096ccdd Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappers by njn · 16 years ago
- ded294b Make fcntl and fcntl64 wrappers more consistent. by njn · 16 years ago
- f6ff365 VG_(OSetGen_ResetIterAt)() now also works for OSet's that do not have an by bart · 16 years ago
- 8a0b704 - Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. by njn · 16 years ago
- 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 16 years ago
- f37a81b Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus the by njn · 16 years ago
- ac31b05 Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keep by njn · 16 years ago
- 6b7611b Cleaned up the demangling mess: by njn · 16 years ago
- 6bf365c Changed the way files are installed. Instead of going into by njn · 16 years ago
- 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 16 years ago
- e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 16 years ago
- 808e20e Merged r9120 (Merge Makefile.{inplace,install}.am, and simplify installation by njn · 16 years ago
- 3e65340 Make Makefile.install.am much less confusing. by njn · 16 years ago
- 4f350d1 Removed Makefile.core.am with some judicious refactoring. Also fix a stupid by njn · 16 years ago
- f6ded8c Removed Makefile.core.am with some judicious refactoring. by njn · 16 years ago
- c6d86a3 Move an assertion (pertaining to showing initial segments to the by sewardj · 16 years ago
- 8a22285 Removed mandatory redirections for DRD since these made DRD impossible to use on openSUSE 10.3 ppc. by bart · 16 years ago
- f8aecf4 VG_(findBoundsFM): add comment re preconditions by sewardj · 16 years ago
- 3145230 Handle a couple of artefacts produced by icc11: DW_TAG_reference_type by sewardj · 16 years ago
- 13596ff Handle a couple of artefacts generated by gcc-4.4: DW_OP_reg{0..31} by sewardj · 16 years ago
- 6ece231 Accept 'enum' type DIEs that do not have any names; apparently Dwarf2 by sewardj · 16 years ago
- 711e6ad Fix aix5 build breakage following r9021. by sewardj · 16 years ago
- 24c3a1f Don't try to build m_ume on aix5. by sewardj · 16 years ago
- d68d3cf VG_(apply_StackTrace): following r8818, we should regard an entry of -1 by sewardj · 16 years ago
- ec3f2ce ML_(evaluate_trivial_GX): handle the case by sewardj · 16 years ago
- 055b0f8 Handle the case where a Compilation Unit (CU) (or, really, the CU and by sewardj · 16 years ago
- 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
- 5706ca9 Minor tidyings: by sewardj · 16 years ago
- 2085f4a Don't worry about an unmapped, zero sized, bss segment. Bug #181594. by tom · 16 years ago
- 2cbb6ee Accept zero size text segments. Bug #181594. by tom · 16 years ago
- 160d5a8 Handle the rodata and sbss sections and cope with variables that by tom · 16 years ago
- bfd892f Bias values should be PtrdiffT now. by tom · 16 years ago
- 3553c67 Removed unused round_Addr_upwards function. by tom · 16 years ago
- 588658b Don't assume that all global variables are in the data section - we by tom · 16 years ago
- 65e6d92 Improve detection of where ELF sections have been mapped by taking by tom · 16 years ago
- 8aa41de by sewardj · 16 years ago
- 747f8b0 This should have been part of r9004. by njn · 16 years ago
- 91772d1 - Split up m_ume.c into m_ume/{main,elf,script}.c. This will make merging by njn · 16 years ago
- c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
- a81465a The SG_GET_TIMEOUT ioctl doesn't write to memory - it returns the by tom · 16 years ago
- 5816a39 The SG_GET_VERSION_NUM ioctl writes to memory rather than reading it. by tom · 16 years ago
- 1581e74 Do not only intercept SIGILL during detection of the supported instruction set by bart · 16 years ago
- 6c67ef5 Add signalfd4 support. by tom · 16 years ago
- 10deba4 ML_(addDiCfSI)(): truncate DiCfSI's that fall partially but not by sewardj · 16 years ago
- 04eb109 Move description of --read-var-info= from the "debugging options" by sewardj · 16 years ago
- 16dfea4 Add support ioprio_get and wire up ioprio_set on all platforms. by tom · 16 years ago
- b1ae15d This commit subtly changes the meaning of the values obtained via the by sewardj · 16 years ago
- a284eb7 Fix format string warning in PRE(sys_eventfd2). by sewardj · 16 years ago
- d7a02db by sewardj · 16 years ago
- 84eb41f Add support for eventfd2 (and wire up pipe2 on PPC platforms). by tom · 16 years ago
- 8a36076 Fix bug introduced by frame-level wildcarding changes for suppressions by sewardj · 16 years ago
- f35dbb8 by sewardj · 16 years ago
- 78b7ecf Add a new container data type, a Sparse Word Array: an array of UWord by sewardj · 16 years ago
- c0b2039 Followup to vx1875: use .guest_amd64_assume_fs_is_zero == True on amd64-linux. by sewardj · 16 years ago
- f093c8c Assert that the guest state size is a multiple of 16, not 8. by sewardj · 16 years ago
- d86e3a2 Change the memory allocation strategy used by the conflicting-access by sewardj · 16 years ago
- a656f3d ignore .valgrindrc files that are world writeable by dirk · 16 years ago
- 23d4469 Helgrind's event-map garbage collector hammers VG_(OSetGen_Next). by sewardj · 16 years ago
- c95c210 Expand filename for coredumps correctly. Fixes #174908. Also take by sewardj · 16 years ago
- f8722ca Don't let GDB_PATH be "" if no GDB is found at configure time, as this causes by sewardj · 16 years ago
- d3263e5 Handle sys_lookup_dcookie on amd64-linux (Andrew Haley). Also take by sewardj · 16 years ago
- 0b5f9fc Add performance comments to VG_(sizeFM), and add new method by sewardj · 16 years ago
- 50a99de Fix debug printing of fd in mmap system calls. by sewardj · 16 years ago
- 5a5eec0 When trying to establish whether or not debuginfo should be read from by sewardj · 16 years ago
- 6d65277 Support sys_stime on x86-linux. Fixes #159285. by sewardj · 16 years ago
- 557c850 Fix integer-pointer comparisons in new spu_ wrappers. by sewardj · 16 years ago
- 9b27b82 Add ioctl wrappers for Linux wireless extensions version 22. by sewardj · 16 years ago
- ec3869f Support sys_spu_run and sys_spu_create on ppc32-linux. Patch by by sewardj · 16 years ago
- 586c815 Support sys_pipe2 on {amd64,x86}-linux. Also, update syscall numbers by sewardj · 16 years ago
- 9a0132d by sewardj · 16 years ago
- 5e51930 Improvements to the suppression mechanism: by sewardj · 16 years ago
- bbaef87 Fixes for compilation warnings from the apparently very strict by sewardj · 16 years ago
- 618658d Get rid of longstanding and now pointless restriction that disallowed by sewardj · 16 years ago
- a488513 Enable sys_quotactl on amd64-linux. Possible fixes #173177. by sewardj · 16 years ago
- 8669fd3 Rename some local variables called 'index' to something else, to stop by sewardj · 16 years ago
- 9a2ce3d Fix #includes in some more libiberty files that seem to have been by sewardj · 16 years ago
- a364d11 Speed up VG_(am_find_nsegment). This is kind-of required by r8712, by sewardj · 16 years ago
- 2547532 Ensure the root thread's stack is suitably mapped before doing a by sewardj · 16 years ago
- 695baaf Re-copy r3515 into new demangler: "Deal with apparently non-cfront by sewardj · 16 years ago
- 4f2683a Update the C++ demangler to that from libiberty in the gcc svn trunk, by sewardj · 16 years ago
- 1944c91 Fix references to undefined labels. Why was ld even prepared to link by sewardj · 16 years ago
- f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago
- b2250d3 get_Form_contents: handle DW_FORM_block2. by sewardj · 16 years ago
- f3aaa33 Tolerate apparently broken Dwarf3 generated by gcc (GCC) 4.4.0 by sewardj · 16 years ago