1. b2572b5 GDB server: by sewardj · 13 years ago
  2. 2a31239 Add support for PIC executables (e.g. firefox on Ubuntu 11) by adding by sewardj · 13 years ago
  3. 45fa417 GDB server: by sewardj · 13 years ago
  4. ffce815 Merge the contents of the HGDEV2 branch into trunk: by sewardj · 13 years ago
  5. 1568e17 Minor GDBserver source tidying. Also a small usability fix: if by sewardj · 13 years ago
  6. 1ac2110 Fix safe_fd exhaustion in fork chain caused by non closing of shared_mem_fd by sewardj · 13 years ago
  7. fe7fd4b Add debugging hack, if 0'd, to print a stack trace at each syscall. by sewardj · 13 years ago
  8. aebbf1c Try to handle LL caches which are of size 50% above a power of 2 (eg, by sewardj · 13 years ago
  9. ad8a591 Teach cachegrind/callgrind how to parse the cache description by tom · 13 years ago
  10. 50bd6bf Fix perf_event open on s390. by tom · 13 years ago
  11. 9fd3c51 Fix some warnings I introduced in r11804. by tom · 13 years ago
  12. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  13. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  14. b0473e9 Add a simple but (to me, at least) useful thing, if (0)'d by default, by sewardj · 13 years ago
  15. eb16f33 Fix the computation of debuginfo bias values, in the case where the by sewardj · 13 years ago
  16. bbfcb26 find_nsegment_idx: double size of the lookup cache in an attempt by sewardj · 13 years ago
  17. 6dbcc63 Add a fourth --smc-check= variant, --smc-check=all-non-file. This by sewardj · 13 years ago
  18. feb1566 Followup fix to r11794 (generalise processing of PT_LOAD entries): by sewardj · 13 years ago
  19. 2b74f45 ML_(read_elf_debug_info): when processing PT_LOAD entries from the by sewardj · 13 years ago
  20. 452e89a Handle ELF objects with two .eh_frame sections. This fixes a problem by sewardj · 13 years ago
  21. 52805ff Un-break all non x86/amd64 targets following r11786, duh. by sewardj · 13 years ago
  22. 729fca5 Un-break Darwin build following r2155/r11786 -- use dual-entry by sewardj · 13 years ago
  23. aeff9fd Remove a load from the s390x dispatcher loop, as per r11781. by sewardj · 13 years ago
  24. 1274027 Give the amd64-linux and x86-linux dispatchers two entry points, not one, by sewardj · 13 years ago
  25. d4da361 dispatch-x86-linux.S: by sewardj · 13 years ago
  26. c060fe8 Undo bogus comment changes committed in r11783. by sewardj · 13 years ago
  27. 155ffd6 Test for guest-state-pointer changes by checking its lowest bit. by sewardj · 13 years ago
  28. 80e88b0 Fix ppc64-linux build following introduction of IRStmt_Mark::delta in vex r2153. by sewardj · 13 years ago
  29. dc4f2e7 Remove another memory reference from the arm dispatcher loop, by using by sewardj · 13 years ago
  30. 40f7954 Get rid of a bunch of loads in the arm dispatcher inner loops, and by sewardj · 13 years ago
  31. 6b7357b Further fixes for GDB server on Thumb code: by sewardj · 13 years ago
  32. 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
  33. 997546c gdbserver: (#214909 c 82) by sewardj · 13 years ago
  34. d142f99 gdbserver: misc fixes (#214909 c 77) by sewardj · 13 years ago
  35. 99d6134 gdbserver: Fixes for ARM-Thumb (#214909 c 76) by sewardj · 13 years ago
  36. af6505f Enable sys_pwrite64 on ppc64-linux. Fixes #272955. by sewardj · 13 years ago
  37. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  38. d8c12f1 * fixed two bugs reported by the IBM BEAM checker: by sewardj · 13 years ago
  39. 889a6ae When reading Dwarf3 variable type and location information, print a by sewardj · 13 years ago
  40. eefeeb7 Improvements for testing and compilation breakage for the GDB server by sewardj · 13 years ago
  41. 627c649 Handle executables created by the Xcode 3.2.x linker. These contain by sewardj · 13 years ago
  42. dd2932b Back out r11705, which was an attempt to make reading of line number by sewardj · 13 years ago
  43. 824b397 VG_(mkstemp): fix infinite loop in the case where /tmp isn't by sewardj · 13 years ago
  44. 4ee9c56 Tidying up of branch-predict hint macros LIKELY/UNLIKELY. Fixes by sewardj · 13 years ago
  45. 3602907 Fix link flags so that 'vgdb' can be built on x86-darwin. by sewardj · 13 years ago
  46. ad15ace read_dwarf2_lineblock: debug printing fix (no functional change) by sewardj · 13 years ago
  47. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  48. 6c55ba0 setup_client_stack: use have_exename to consistently guard uses by sewardj · 13 years ago
  49. d7adca7 calling format_message: when passing frameNo == -1, also pass by sewardj · 13 years ago
  50. dd9508c handle_maybe_load_notifier: assert when symbol == NULL rather than by sewardj · 13 years ago
  51. dc41309 VG_(env_unsetenv), VG_(env_clone): add assertions so as to cause by sewardj · 13 years ago
  52. b51c926 arm-linux: Set _start symbol alignment and type. Bug 266035 comment 1. by sewardj · 13 years ago
  53. 9a51e78 syswrap/Linux: trace ioctl() calls only once / do not report two-argument by bart · 13 years ago
  54. 4778c66 Change the TT_FAST hash function for from "insn_address >> 2" to by sewardj · 13 years ago
  55. 11684aa Change the default (minimum) client malloc alignment from 8 to 16 by sewardj · 13 years ago
  56. 4fb3dc9 Fix no-arg ioctls on Darwin. by rjwalsh · 13 years ago
  57. 1c6f6ab s390x: fpr - gpr transfer facility -- valgrind side fixes, by sewardj · 13 years ago
  58. f068f19 Fix a couple of bogus asm constraints observed when trying to build by sewardj · 13 years ago
  59. 06938af Make reading of line number info from LLVM-2.9-generated Dwarf3 work. by sewardj · 13 years ago
  60. 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 13 years ago
  61. b0475e1 Fix bogus .size directives which are now rejected by binutils 2.21. by sewardj · 13 years ago
  62. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  63. 2c3f2ea s390x: reconsider "long displacement" requirement -- hwcaps detection by sewardj · 13 years ago
  64. f952035 Get rid of shadowing causing a perl warning. Minor fallout from r11686. by sewardj · 13 years ago
  65. 38a2859 Make MacOS builds work again following fixes for #259977 (revs 11687,8,9) by sewardj · 13 years ago
  66. 2a88a01 Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  67. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  68. 6c591e1 by sewardj · 13 years ago
  69. 08f5a27 On OSX, post-process the tool executables to adjust the Mach-O headers by sewardj · 13 years ago
  70. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  71. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  72. d28cc96 Intercept strlen in ld.so on x86. Fixes #266961. by sewardj · 13 years ago
  73. 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 13 years ago
  74. 5c6b7dc Add support for sys_ptrace. Fixes #269079. by sewardj · 13 years ago
  75. 14fcbc1 Linux/ppc: Added support for the ppoll() system call. by bart · 13 years ago
  76. a1132f9 Process PDB files with a path that contains spaces properly. by bart · 13 years ago
  77. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  78. aa5a1ea Back out r11568 (Add a new constructor for empty XArrays, by sewardj · 13 years ago
  79. 804a78b Add a new constructor for empty XArrays, VG_(newSizedXA). This is by sewardj · 13 years ago
  80. 7d1064a Fix a scalability problem observed whilst running Helgrind on a large by sewardj · 13 years ago
  81. d85ee0c Make ld.so:index redir mandatory for glibc-2.12 and later, on x86-linux. by sewardj · 13 years ago
  82. eb4a5e2 Removed an unused variable. by bart · 13 years ago
  83. 2acc87c Handle Dwarf3 types created by GNAT. Fixes #255130. by sewardj · 13 years ago
  84. 2f340eb Don't produce suppression stack pseudo-traces with more than by sewardj · 13 years ago
  85. 09361bf In 3 error-path cases, place the closing </valgrindoutput> on the by sewardj · 13 years ago
  86. aaa6dc3 Print a stack trace as part of the "unhandled instruction bytes" warning. by njn · 13 years ago
  87. df0cc69 Improve performance of smc-checks substantially, by: by sewardj · 14 years ago
  88. 1e0fff6 Memcheck, None: update avg translation size to be more realistic. by sewardj · 14 years ago
  89. a85956d Un-break the trunk build on OSX (broken by r11483 on 6 Dec '10). Fixes #261654. by sewardj · 14 years ago
  90. c6fe8a2 When a shmat() size is passed to the tool, round it up to a page size. This by njn · 14 years ago
  91. 9ab64a4 New command line option: --trace-children-skip-by-arg, which allows by sewardj · 14 years ago
  92. cd458d2 Minor improvements to PDB reading: by sewardj · 14 years ago
  93. f90dcbc Size the ARM_LINUX_FAKE_COMMPAGE correctly and add explanatory by sewardj · 14 years ago
  94. e93f936 Avoid a double free when a binary has a build-id and no debuglink section. by tom · 14 years ago
  95. 50c5093 Add support for DW_ATE_UTF from DWARF4 which is needed for char16_t by tom · 14 years ago
  96. 15ff8f3 Don't look for build-id notes if NT_GNU_BUILD_ID is not defined. by tom · 14 years ago
  97. 6ef87e6 Add support for using build-id to find debugging information as by tom · 14 years ago
  98. e089f01 Documentation update for 3.6.0 (not including NEWS). by sewardj · 14 years ago
  99. 14cdbf8 Make the --prefix-to-strip=... command-line option added in r11312 by sewardj · 14 years ago
  100. a6f76ee Remove some fluff detected by llvm-2.8 (clang): by sewardj · 14 years ago