1. c5077b9 Print the (pseudo-)soname when doing debug printing for Mach-O by sewardj · 13 years ago
  2. 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
  3. 258ede7 Add support for s390x model z114. See also VEX r2198 by florian · 13 years ago
  4. be2fe8d Make a copy of any environment string we are going to modify when by tom · 13 years ago
  5. 70d71c7 Fix link error for 32-bit build on OSX 10.7 (Lion). This is the by sewardj · 13 years ago
  6. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  7. 9604484 Extend the behavioural-equivalence-class mechanism for redirection by sewardj · 13 years ago
  8. 4c89b2f Temporary partial backout of r11911 (fix for #250101) pending by sewardj · 13 years ago
  9. 14127d6 Improvements to debug printing with -v -v. (Tom Hughes, tom@compton.nu) by sewardj · 13 years ago
  10. 7696726 Un-break the build on OSX following r11985. by sewardj · 13 years ago
  11. bd2cff2 Fix for #275284 (initial fix, at least). Will break OSX; fix to follow. by sewardj · 13 years ago
  12. 85cf900 Add more infrastructure to be used for fixing #275284 (Valgrind by sewardj · 13 years ago
  13. c448a64 Un-break the build on OSX following r11981 (Remove the assumption, in by sewardj · 13 years ago
  14. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  15. fca8f5f Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls. by tom · 13 years ago
  16. e581bad Correct the calculation of the size of the node mask given to by tom · 13 years ago
  17. 4b03d39 vgdb: Unlink pipes and mapped file before (re)creating these. by bart · 13 years ago
  18. a5e13dd Make do_mremap only check new_addr for wraparound if MREMAP_FIXED was by tom · 13 years ago
  19. 6bf71ef Add support for the FIOQSIZE ioctl. Fixes #270320. by tom · 13 years ago
  20. 0a83e7f Wire up pselect6 on ppc32 and ppc64. Fixes #278078. by tom · 13 years ago
  21. 5d77010 Support the F_GETPIPE_SZ and F_SETPIPE_SZ fcntl calls. Fixes #278349. by tom · 13 years ago
  22. 5ba9530 Make sure the post handler for mincore is called in amd64 and s390 as by tom · 13 years ago
  23. 0bb3c67 Rename some local variables 'signal' to 'zignal' since gcc complains they by sewardj · 13 years ago
  24. e3436cd Un-break the build on OSX following r11910. by sewardj · 13 years ago
  25. 45264af Avoid excessive fragmentation in m_mallocfree facility by munmapping by sewardj · 13 years ago
  26. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  27. 130f6f5 DWARF comparisons should be signed. Patch from Jakub Jelinek. by tom · 13 years ago
  28. cabcace Enable chasing of unconditional jumps/calls for s390x. by florian · 13 years ago
  29. f9b1d73 Cast llseek argument to avoid warning. by tom · 13 years ago
  30. c17c6ef Allow core dumps on 32 bit architectures to go over 2Gb in size. BZ#277610. by tom · 13 years ago
  31. 1763e81 Make the location for temporary files configurable at runtime. by florian · 13 years ago
  32. e7f8f3f Reinstate inclusion of signal.h, removed in r11886. by sewardj · 13 years ago
  33. 56501b6 Reinstate inclusion of unistd.h, removed in r11886. by sewardj · 13 years ago
  34. 4966542 Un-break the build on most platforms following r11888. Oops. by sewardj · 13 years ago
  35. 126e82d Fix up preload code so that on Android it doesn't try to call anything by sewardj · 13 years ago
  36. cbe3850 Fix Linux build breakage caused by header rearrangement in r11885, sigh. by sewardj · 13 years ago
  37. 0ba37c9 Build system fixes so as to temporarily disable the GDBserver on by sewardj · 13 years ago
  38. ca8d94a Conditionalise code that uses some ELF constants that Android doesn't by sewardj · 13 years ago
  39. b09d0ad Disable stabs reading on Android; it's uncompilable, and there's no point. by sewardj · 13 years ago
  40. 5d28969 Make this compilable on Android. by sewardj · 13 years ago
  41. 9db56ae Allow selection of an alternative location for temporary files at by sewardj · 13 years ago
  42. 6a1ec6b Duh, do r11879 correctly (Android doesn't have an auxv entry called AT_FPUCW.) by sewardj · 13 years ago
  43. c19a5b0 Android doesn't have an auxv entry called AT_FPUCW. by sewardj · 13 years ago
  44. aff0967 Ignore ELF phdrs that have a p_memsz of zero, as appears to happen by sewardj · 13 years ago
  45. 5138111 /bin/sh lives at /system/bin/sh on Android. by sewardj · 13 years ago
  46. 5f7a1a2 Handle sigaction, sigsuspend, sigprocmask on arm-linux; comment-only by sewardj · 13 years ago
  47. de9264c Remove identical copies of convert_sigset_to_rt, PRE(sys_sigaction) by sewardj · 13 years ago
  48. e1dc03d Remove a commented-out copy of the sys_sigaction wrappers by sewardj · 13 years ago
  49. 8bb4d8f Move the break out of the braces so that we don't fall through by tom · 13 years ago
  50. 7420e0a Don't allocate the XArray for the text version of the suppression by tom · 13 years ago
  51. 0610882 Disable stabs reading on ppc64-linux; it always segfaults. by sewardj · 13 years ago
  52. 0b98239 Implement some extra DWARF ops that gcc 4.6.1 seems to use. Fixes #275284. by tom · 13 years ago
  53. 87cd71c Make the wait-for-gdb delay loop somewhat more modern-compiler-proof. by sewardj · 13 years ago
  54. a8f761b Improve debug printing for ELF program header analysis. No functional change. by sewardj · 13 years ago
  55. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  56. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  57. a5d978e Fix 'make dist' following recent gdbserver commits. by sewardj · 13 years ago
  58. b2572b5 GDB server: by sewardj · 13 years ago
  59. 2a31239 Add support for PIC executables (e.g. firefox on Ubuntu 11) by adding by sewardj · 13 years ago
  60. 45fa417 GDB server: by sewardj · 13 years ago
  61. ffce815 Merge the contents of the HGDEV2 branch into trunk: by sewardj · 13 years ago
  62. 1568e17 Minor GDBserver source tidying. Also a small usability fix: if by sewardj · 13 years ago
  63. 1ac2110 Fix safe_fd exhaustion in fork chain caused by non closing of shared_mem_fd by sewardj · 13 years ago
  64. fe7fd4b Add debugging hack, if 0'd, to print a stack trace at each syscall. by sewardj · 13 years ago
  65. aebbf1c Try to handle LL caches which are of size 50% above a power of 2 (eg, by sewardj · 13 years ago
  66. ad8a591 Teach cachegrind/callgrind how to parse the cache description by tom · 13 years ago
  67. 50bd6bf Fix perf_event open on s390. by tom · 13 years ago
  68. 9fd3c51 Fix some warnings I introduced in r11804. by tom · 13 years ago
  69. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  70. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  71. b0473e9 Add a simple but (to me, at least) useful thing, if (0)'d by default, by sewardj · 13 years ago
  72. eb16f33 Fix the computation of debuginfo bias values, in the case where the by sewardj · 13 years ago
  73. bbfcb26 find_nsegment_idx: double size of the lookup cache in an attempt by sewardj · 13 years ago
  74. 6dbcc63 Add a fourth --smc-check= variant, --smc-check=all-non-file. This by sewardj · 13 years ago
  75. feb1566 Followup fix to r11794 (generalise processing of PT_LOAD entries): by sewardj · 13 years ago
  76. 2b74f45 ML_(read_elf_debug_info): when processing PT_LOAD entries from the by sewardj · 13 years ago
  77. 452e89a Handle ELF objects with two .eh_frame sections. This fixes a problem by sewardj · 13 years ago
  78. 52805ff Un-break all non x86/amd64 targets following r11786, duh. by sewardj · 13 years ago
  79. 729fca5 Un-break Darwin build following r2155/r11786 -- use dual-entry by sewardj · 13 years ago
  80. aeff9fd Remove a load from the s390x dispatcher loop, as per r11781. by sewardj · 13 years ago
  81. 1274027 Give the amd64-linux and x86-linux dispatchers two entry points, not one, by sewardj · 13 years ago
  82. d4da361 dispatch-x86-linux.S: by sewardj · 13 years ago
  83. c060fe8 Undo bogus comment changes committed in r11783. by sewardj · 13 years ago
  84. 155ffd6 Test for guest-state-pointer changes by checking its lowest bit. by sewardj · 13 years ago
  85. 80e88b0 Fix ppc64-linux build following introduction of IRStmt_Mark::delta in vex r2153. by sewardj · 13 years ago
  86. dc4f2e7 Remove another memory reference from the arm dispatcher loop, by using by sewardj · 13 years ago
  87. 40f7954 Get rid of a bunch of loads in the arm dispatcher inner loops, and by sewardj · 13 years ago
  88. 6b7357b Further fixes for GDB server on Thumb code: by sewardj · 13 years ago
  89. 2dafc54 Define pass_signals[] only once such that Valgrind can be built with -fno-common. This is a modified version of the second patch attached to #273536. by bart · 13 years ago
  90. 997546c gdbserver: (#214909 c 82) by sewardj · 13 years ago
  91. d142f99 gdbserver: misc fixes (#214909 c 77) by sewardj · 13 years ago
  92. 99d6134 gdbserver: Fixes for ARM-Thumb (#214909 c 76) by sewardj · 13 years ago
  93. af6505f Enable sys_pwrite64 on ppc64-linux. Fixes #272955. by sewardj · 13 years ago
  94. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  95. d8c12f1 * fixed two bugs reported by the IBM BEAM checker: by sewardj · 13 years ago
  96. 889a6ae When reading Dwarf3 variable type and location information, print a by sewardj · 13 years ago
  97. eefeeb7 Improvements for testing and compilation breakage for the GDB server by sewardj · 13 years ago
  98. 627c649 Handle executables created by the Xcode 3.2.x linker. These contain by sewardj · 13 years ago
  99. dd2932b Back out r11705, which was an attempt to make reading of line number by sewardj · 13 years ago
  100. 824b397 VG_(mkstemp): fix infinite loop in the case where /tmp isn't by sewardj · 13 years ago