1. 6f00ae9 Improve debug printing for the should-we-load-debuginfo-now? finite by sewardj · 10 years ago
  2. 882a9ec Darwin only: don't tell aspacemgr about the kernel commpage -- only by sewardj · 10 years ago
  3. b17e13b Mark inline get function in image.c by philippe · 10 years ago
  4. e120667 Follow up to rev 13944 by philippe · 10 years ago
  5. 0b26082 Replace copy/pasted loop of the "range search" by doing a -1 in the loop by philippe · 10 years ago
  6. 05c459e Small fixes/improvements post-cfsi_m improvement by philippe · 10 years ago
  7. 68654f6 Small comment fix for the UInt* cfsi_m index : 4 instead of 3 by philippe · 10 years ago
  8. 5c3dba2 This patch decreases significantly the memory needed to store the cfsi info. by philippe · 10 years ago
  9. f8b689a Shadow registers wronly shown by gdb on avx machine by philippe · 10 years ago
  10. e3e515b Fix a bug in the "numbering" dedup pool: as indicated in by philippe · 10 years ago
  11. ca65dc5 Silence a compiler warning as issued by certain versions of GCC. by florian · 10 years ago
  12. c9d7582 Update the C++ demangler by importing files from GCC trunk @ 212125. by florian · 10 years ago
  13. 1554fa5 Add 'numbering identification' to the dedup pool. by philippe · 10 years ago
  14. 0b9d064 Implement VG_(arena_realloc_shrink) similar to realloc, but can by philippe · 10 years ago
  15. c69477a Track vex r2894 (representation changes to arm64 FPSR) by sewardj · 10 years ago
  16. d77a4ca Make moans about unknown ioctls more informative (#336772) by bart · 10 years ago
  17. abc1111 Add support for various SIOCETHTOOL operations. BZ#303536. by tom · 10 years ago
  18. 99a39fb Wire up recvmmsg on arm. BZ#334585. by tom · 10 years ago
  19. 4f17e60 Add SIOCATMARK ioctl support. by tom · 10 years ago
  20. 9b15043 Implement various SNDRV_CTL_xxx ioctls. by tom · 10 years ago
  21. 5cc73ec Handle the HCIGETDEVLIST ioctl. by tom · 10 years ago
  22. 55d0538 Add support for the SG_IO ioctl. by tom · 10 years ago
  23. 96fb2c5 Handle the CDROM_DISC_STATUS ioctl. by tom · 10 years ago
  24. 4efdae1 Add support for TIOCNOTTY ioctl. BZ#331476. by tom · 10 years ago
  25. 7817ee4 Add intercepts for more OSX 10.9 malloc_zone functions: by sewardj · 10 years ago
  26. da56900 2 execontexts in an hash table chain are not necessarily the same size. by philippe · 10 years ago
  27. 5ab7ce8 Fix a regression in supp matching with obj: entries by philippe · 10 years ago
  28. 885d479 Make error message more precise. by florian · 10 years ago
  29. a6efdfa Rename --defaultsupp into --default-suppressions as requested by Julian by bart · 10 years ago
  30. 63e907b * Move the new 10.9 syscalls into their own section. by sewardj · 10 years ago
  31. 540f105 Wrap long lines in kernelrpc_mach_* PRE/POST handlers. No functional change. by sewardj · 10 years ago
  32. 2c68e3e core: Add command-line option --defaultsupp by bart · 10 years ago
  33. 0ff1641 Find the name of the inlined function through a DW_AT_specification by philippe · 10 years ago
  34. e1f94b8 This optimisation divides by 2.5 the time (user+sys) needed to read by philippe · 10 years ago
  35. e0bd591 Use macro TD3 defined as UNLIKELY(td3) for tracing by philippe · 10 years ago
  36. 5601807 kernelrpc_mach_vm_allocate_trap writes the resulting address to *ARG2 by sewardj · 10 years ago
  37. 704bf0e Redirect strchr in dyld (the dynamic linker) on OS X 10.9, for the usual reason. by sewardj · 10 years ago
  38. d7d4acf Fix a few Char / HChar mixups. by florian · 10 years ago
  39. 7c4f9e3 Fix a missing-prototype warning on OS X 10.7. by sewardj · 10 years ago
  40. 39d013e Remove fd_exists(), as it is never used. by sewardj · 10 years ago
  41. 7c2f6c1 Fix incorrect header guard macro, as awesomely detected by clang. by sewardj · 10 years ago
  42. 6822be8 Fix a -Wshadow warning from some oldish version of XCode. by sewardj · 10 years ago
  43. ba8dea3 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  44. 8dc9365 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  45. 32f5c09 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  46. d8e9a29 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  47. d37dccf Un-break the build on OS X 10.8 following r14057 by sewardj · 10 years ago
  48. 5d75d53 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  49. 20380fb Un-break the build on OS X 10.8 following by sewardj · 10 years ago
  50. ec66ad5 Add initial build support for Mac OS X 10.9 (Mavericks). Bug 326724 by sewardj · 10 years ago
  51. 64ba574 Improve/fix hash table collision statistics + remove useless space in gdbsrv hostvisibility keywork by philippe · 10 years ago
  52. 80d9c8f When printing "REDIR:" lines at -v, print not only the name of the by sewardj · 10 years ago
  53. 86be6ed restructure dwarf3 DIE tracing by philippe · 10 years ago
  54. d16fb63 optimisation : avoid double reading of a DIE when the DIE will be parsed by philippe · 10 years ago
  55. b152de1 Use a string literal format to avoid a gcc warning (-Wformat-security) by philippe · 10 years ago
  56. 5612d1a Fix random crash due to non-init inlparser when --read-var-info given but not --read-inline-info by philippe · 10 years ago
  57. 896a3bf Add a comment to document a possible optimisation (avoid double reading by philippe · 10 years ago
  58. e504887 When only reading inline info, no need to parse debug_types sections by philippe · 10 years ago
  59. 0d2ea9d Fix some obsolete comments, now that we have an ht of parsed abbvs by philippe · 10 years ago
  60. c983157 separate the tracing code in other function, call the tracing code only by philippe · 10 years ago
  61. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  62. 746e97e Improve performance of dwarf3 reader using a hashtable of parsed abbreviations by philippe · 10 years ago
  63. 4934554 small improvement in x86 unwind debug tracing by philippe · 10 years ago
  64. 2352e98 Do not destroy the strpool if NULL by philippe · 10 years ago
  65. 7293d25 This patch adds a 'de-duplicating memory pool allocator': by philippe · 10 years ago
  66. dcef54c Enhance slightly the x86 debug trace unwind code by philippe · 10 years ago
  67. c23ae60 Avoid warnings due to implicit conversion between void*, Addr, and fn pointers by philippe · 10 years ago
  68. 3a73b39 When enabling hostvisibility in gdbsrv, give a more user friendly by philippe · 10 years ago
  69. 0705dd1 Enable sys_fchmodat. by sewardj · 10 years ago
  70. 18d6f4e Improve address description for address in the stack. by philippe · 10 years ago
  71. b7c2f9d Check for setcap executables, as we already do for setuid and by tom · 10 years ago
  72. 7136e5f vgdb, fix error print statement. by carll · 10 years ago
  73. c07369b Enable vgdb ptrace invoker for aarch64. by philippe · 10 years ago
  74. d898bf0 Revert "Tools should explain why an option is bad when using fmsg_bad_option." by mjw · 10 years ago
  75. 02fbf7f On old kernel, poll syscall being ptraced (vgdb+ptrace) is not necessarily by philippe · 10 years ago
  76. 1f2f9a1 Tools should explain why an option is bad when using fmsg_bad_option. by mjw · 10 years ago
  77. b74bb9a arm64-linux: enable sys_sched_setaffinity, sys_linkat. by sewardj · 10 years ago
  78. 883ac8b Enable: sys_add_key, sys_keyctl, apparently needed by glibc-2.19.90 on by sewardj · 10 years ago
  79. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  80. aa02f66 Use safe_to_deref in coregrind syswrap-generic.c (msghdr_foreachfield). by mjw · 10 years ago
  81. 5c683cf Support -Wformat -Werror=format-security. by mjw · 10 years ago
  82. 37dd8f6 On 32-bit x86, allow lzcnt to be detected on Intel CPUs as well as on by sewardj · 10 years ago
  83. 853a1ce In case gdbsrv poll syscall fails, produces more information by philippe · 10 years ago
  84. fbde9cf Add uninstall-local rules to make distcheck happy. by mjw · 10 years ago
  85. e299020 Out of tree build. Partial fix for Bug 333628. by mjw · 10 years ago
  86. ed4c5c1 Keep the reading side of the FIFO opened after a vgdb disconnect by philippe · 10 years ago
  87. 4574f76 When constructing a signal frame, tell the tool that the registers by sewardj · 10 years ago
  88. 8130f91 On a big application linking with gtk, using the compilation options by philippe · 10 years ago
  89. 5c5b8fc For the following c program: by philippe · 10 years ago
  90. 1146ae6 Renaming only (no functional change): rename IR artefacts to do by sewardj · 10 years ago
  91. c4040e4 VG_(invalidate_icache) for ARM64: fix incorrect computation of cache line sizes. by sewardj · 10 years ago
  92. c76d0e5 ARM64: add support for cache management instructions (Valgrind side): by sewardj · 10 years ago
  93. bfd1d9f syswrap: XEN_DOMCTL_resumedomain by bart · 10 years ago
  94. 6505667 syswrap: XEN_HVMOP_set_mem_type by bart · 10 years ago
  95. 2c28071 syswrap: XEN_HVMOP_set_pci_link_route by bart · 10 years ago
  96. a5f81a0 syswrap: XEN_HVMOP_set_isa_irq_level by bart · 10 years ago
  97. 331b3f0 syswrap: XEN_DOMCTL_cacheflush by bart · 10 years ago
  98. 718b0fb syswrap: XEN_DOMCTL_settimeoffset by bart · 10 years ago
  99. b1055aa Fix P{RE,OST}_XEN_HVMOP_{READ,WRITE} by bart · 10 years ago
  100. 08a0e88 Also give the indication on how to use vgdb when --vgdb-stop-at is given by philippe · 10 years ago