- eb83f6c Implement malloc_size for the vg_default_zone on Darwin. by sewardj · 13 years ago
- 5786420 Avoid having holes in the VgdbShared struct. by philippe · 13 years ago
- d5f4826 Hide our use of pkglibdir to stop automake 1.11.2 and later complaining. by tom · 13 years ago
- 90ffbe3 x86: don't forget to initialise guest %es from the host %es when by sewardj · 13 years ago
- 87a1fa5 ARM/Thumb only: fix a bug in which stack unwinding halts in some by sewardj · 13 years ago
- baf6964 * compare vgdb-error with n_errs_shown, not with n_errs_found. by philippe · 13 years ago
- b46d7ad Wire up a few more syscalls. by florian · 13 years ago
- 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 13 years ago
- 200bdb3 Improve messages for mmsg calls. by tom · 13 years ago
- 361c3bd Correct system call name. by tom · 13 years ago
- 2764000 It turns out sendmmsg also updates the msg_len fields. by tom · 13 years ago
- a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 13 years ago
- 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 13 years ago
- 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 13 years ago
- 835a714 Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl calls. by tom · 13 years ago
- d6ae9e6 Implement the getcpu vsyscall on amd64 by forwarding it to the real by tom · 13 years ago
- 5eac4b5 Wire up getcpu on amd64. Patch from Lénaïc Huard to close BZ#292993. by tom · 13 years ago
- 53b0d9a fix 290974 vgdb must align pages to VKI_SHMLBA (16KB) on ARM by philippe · 13 years ago
- 0e947cf debug info reader: Add support for rvalue references. Closes #278313#c5. by bart · 13 years ago
- df0c09e Make -d (enable debug logging) work on Fedora 16 / x86. by bart · 13 years ago
- a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
- 6e07448 Pool allocator: change the semantics of VG_(releasePA)() according to comment http://bugs.kde.org/show_bug.cgi?id=282230#c50. by bart · 13 years ago
- 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 13 years ago
- e64c5a9 debug info reader: Add support for DW_TAG_unspecified_type. Closes #278313. by bart · 13 years ago
- dac4779 debug info reader: rearrange the source code such that gcc issues a warning if an enumeration label is missing. by bart · 13 years ago
- d19733c Add support for the s390's TROO insn. These are the valgrind bits. by florian · 13 years ago
- ae52a93 Valgrind gdbserver can open/close connections multiple times by philippe · 13 years ago
- 515e269 * Use the arg name forClient to document the calls to VG_(am_get_advisory) by philippe · 13 years ago
- 43acc07 Terminate comment correctly. by florian · 13 years ago
- 238ac2f Spelling fix by bart · 13 years ago
- 7ee8b88 Small doc changes: by philippe · 13 years ago
- 1d76a80 fix 289699 vgdb connection in relay mode erroneously closed due to buffer overrun by philippe · 13 years ago
- bd28c5e While investigating whether bugzilla #286040 was a problem or by florian · 13 years ago
- 54212b6 When reading a decimal value consume decimal digits, not hexdigits. by florian · 13 years ago
- 5945164 Beef up VG_(strerror) to provide correct messages for the by florian · 13 years ago
- 15e301e * none/tests/linux/mremap3.vgtest : new test by philippe · 13 years ago
- 2aeaf8e fix 286270 VG_(env_remove_valgrind_env_stuff) by philippe · 13 years ago
- 8dc79ce Update the C++ demangler by importing files from GCC trunk @ r181975. by florian · 13 years ago
- 78bfc71 Add command-line option --fair-sched=[no|yes|try]. Use --fair-sched=try by bart · 13 years ago
- de80335 Give a better help message for gdbserver when VALGRIND_LIB by philippe · 13 years ago
- bc33be6 arm-linux: fix signal returning so that if SA_RESTORER is not by sewardj · 13 years ago
- bcad739 The sparse wa maintains the nr of elements in use at level 0. by philippe · 13 years ago
- 98500e2 Use snprintf() instead of sprintf() by bart · 13 years ago
- 56fe332 Handle longer un-sized symbols on arm-linux-android. by sewardj · 13 years ago
- 1b3a7a4 Some fixes for Android: by sewardj · 13 years ago
- deddfdf Disable the GDB server-by-default for the time being on Android, since by sewardj · 13 years ago
- 0016492 Fix an out-of-bounds array access found by IBM's BEAM checker. by florian · 13 years ago
- 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
- 5f2dcad Don't break fcntl locks when program does mmap. #280965. by sewardj · 13 years ago
- 47ffedb gdbsrv: factorize gdb version handling, fix doc and typos by sewardj · 13 years ago
- dfe1877 Include README_DEVELOPERS for the GDB server in the tarball. by florian · 13 years ago
- c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
- ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
- 992d3cc Make vgdb.c work on Android, so that the GDB server as a whole by sewardj · 13 years ago
- d6e13d8 Addition of v.info scheduler monitor command by sewardj · 13 years ago
- 4d4b644 Fix a compiler warning introduced in r12188 by bart · 13 years ago
- a92677a XML output: escape XML-metacharacters in executable path and arguments. This is a modified version of the patch submitted by Evgeniy Stepanov <eugeni.stepanov@gmail.com>. See also #284621. by bart · 13 years ago
- 7cf235b ML_(ppSym): minor improvement in debug printing for DiSyms. by sewardj · 13 years ago
- 227fd91 Debug printing only: when printing SB translation header lines, by sewardj · 13 years ago
- 38db72f Enable sys_epoll_pwait on arm-linux. #283427. Derived from by sewardj · 13 years ago
- adf0103 ppc64-linux: handle sys_setresuid and sys_setresgid. #273640. by sewardj · 13 years ago
- 50f5cea Fix a compile warning on {ppc32,ppc64}-linux. by sewardj · 13 years ago
- 720e6b7 Avoid potential overflow in range check. #273431. by sewardj · 13 years ago
- d585c92 Fix callgrind part of bug 280757. by weidendo · 13 years ago
- 2476b78 Use proper automake variable (patch from Philippe Waroquiers - see also #273465) by bart · 13 years ago
- 6c63f5c Emit <state>RUNNING</state> earlier by bart · 13 years ago
- db4384e Add format specifier %ps: only escape XML-metacharacters for --xml=yes by bart · 13 years ago
- b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
- 052f591 Declare _exit as "noreturn". This will avoid a GCC warning. by florian · 13 years ago
- 86781fa More fixes for unaligned accesses in the debuginfo code. BZ#282527. by tom · 13 years ago
- ba4ce2f Fix another read_UInt that should be read_Addr. by tom · 13 years ago
- e906c64 Update names of vgdb pipes in documentation. Followup to r12071. by florian · 13 years ago
- fd892fc Add read_Addr and use it so that we work on systems where an address by tom · 13 years ago
- b4dd5b4 Avoid using direct access to read multi-byte values from DWARF files by tom · 13 years ago
- 4df24de Use read_UInt to get the CRC as it may not be aligned. Fixes #283154. by tom · 13 years ago
- d32fb2b Move read_<type> routines from readdwarf.c to be module level by tom · 13 years ago
- bccce90 * (marginally) fix debug printing for new 10.7 syscalls by sewardj · 13 years ago
- 8a5c06b Fix a couple of buffer overruns. n-i-bz. by sewardj · 13 years ago
- b578406 Make wqthread_hijack not assert on x86-darwin. Same hack as by sewardj · 13 years ago
- ab8630f Change the name of the pipes for vgdb by adding username and hostname. by florian · 13 years ago
- da91ee7 Make {amd64,x86}-darwin use the direct implementations of by sewardj · 13 years ago
- adbb491 Be a bit more careful about the return type for VG_MINIMAL_SETJMP, by sewardj · 13 years ago
- fc824cb x86-linux, amd64-linux: Implement VG_MINIMAL_SETJMP and by sewardj · 13 years ago
- 95a128b Fix a regression (none/tests/cmdline[12]) which was introduced by florian · 13 years ago
- b985e2d Remove hardwired /tmp directory in vgdb. Honour VG_TMPDIR by florian · 13 years ago
- 889ffa4 Add support for hardware-specific ioctl wrappers on Android, by sewardj · 13 years ago
- a3e7a48 Android: add wrappers for ashmem and binder ioctls. From the AOSP by sewardj · 13 years ago
- 8dc3282 Un-break debuginfo image finding on non-Android Linuxes following r12057, duh. by sewardj · 13 years ago
- 55f2973 Add a facility for ad-hoc location of debuginfo files on Android. by sewardj · 13 years ago
- a2b14cc ML_(read_elf_debug_info): (no functional change, I hope): fix up by sewardj · 13 years ago
- 88d2c09 Android only: don't ignore zero-sized symbols, since some of them by sewardj · 13 years ago
- 75f107f Heap profiler: reduce threshold at which a new profile is shown for by sewardj · 13 years ago
- 27a4db0 Pretty up the debugging hack that allows printing of stack traces by sewardj · 13 years ago
- 796e4b2 Re-enable the use of loctab (line number table) trimming, for a 5% to by sewardj · 13 years ago
- f72a28d run_a_thread_NORETURN: add trashed-register annotations for the magic by sewardj · 13 years ago
- 80fc03b Print a slightly less useless failure message if VG_(mkstemp) fails to by sewardj · 13 years ago
- d043de9 m_mallocfree.c: generalise 'reclaimSuperBlock' to also reclaim by sewardj · 13 years ago
- ae24058 Remove code duplication from the dispatchers. Keep the core loop by florian · 13 years ago
- 731f9cf by sewardj · 13 years ago
- 94bb772 Un-break Darwin build following r12041 (creation of struct _DebugInfoFSM) by sewardj · 13 years ago