1. c983157 separate the tracing code in other function, call the tracing code only by philippe · 10 years ago
  2. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  3. 746e97e Improve performance of dwarf3 reader using a hashtable of parsed abbreviations by philippe · 10 years ago
  4. 4934554 small improvement in x86 unwind debug tracing by philippe · 10 years ago
  5. 2352e98 Do not destroy the strpool if NULL by philippe · 10 years ago
  6. 7293d25 This patch adds a 'de-duplicating memory pool allocator': by philippe · 10 years ago
  7. dcef54c Enhance slightly the x86 debug trace unwind code by philippe · 10 years ago
  8. c23ae60 Avoid warnings due to implicit conversion between void*, Addr, and fn pointers by philippe · 10 years ago
  9. 3a73b39 When enabling hostvisibility in gdbsrv, give a more user friendly by philippe · 10 years ago
  10. 0705dd1 Enable sys_fchmodat. by sewardj · 10 years ago
  11. 18d6f4e Improve address description for address in the stack. by philippe · 10 years ago
  12. b7c2f9d Check for setcap executables, as we already do for setuid and by tom · 10 years ago
  13. 7136e5f vgdb, fix error print statement. by carll · 10 years ago
  14. c07369b Enable vgdb ptrace invoker for aarch64. by philippe · 10 years ago
  15. d898bf0 Revert "Tools should explain why an option is bad when using fmsg_bad_option." by mjw · 10 years ago
  16. 02fbf7f On old kernel, poll syscall being ptraced (vgdb+ptrace) is not necessarily by philippe · 10 years ago
  17. 1f2f9a1 Tools should explain why an option is bad when using fmsg_bad_option. by mjw · 10 years ago
  18. b74bb9a arm64-linux: enable sys_sched_setaffinity, sys_linkat. by sewardj · 10 years ago
  19. 883ac8b Enable: sys_add_key, sys_keyctl, apparently needed by glibc-2.19.90 on by sewardj · 10 years ago
  20. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  21. aa02f66 Use safe_to_deref in coregrind syswrap-generic.c (msghdr_foreachfield). by mjw · 10 years ago
  22. 5c683cf Support -Wformat -Werror=format-security. by mjw · 10 years ago
  23. 37dd8f6 On 32-bit x86, allow lzcnt to be detected on Intel CPUs as well as on by sewardj · 10 years ago
  24. 853a1ce In case gdbsrv poll syscall fails, produces more information by philippe · 10 years ago
  25. fbde9cf Add uninstall-local rules to make distcheck happy. by mjw · 10 years ago
  26. e299020 Out of tree build. Partial fix for Bug 333628. by mjw · 10 years ago
  27. ed4c5c1 Keep the reading side of the FIFO opened after a vgdb disconnect by philippe · 10 years ago
  28. 4574f76 When constructing a signal frame, tell the tool that the registers by sewardj · 10 years ago
  29. 8130f91 On a big application linking with gtk, using the compilation options by philippe · 10 years ago
  30. 5c5b8fc For the following c program: by philippe · 10 years ago
  31. 1146ae6 Renaming only (no functional change): rename IR artefacts to do by sewardj · 10 years ago
  32. c4040e4 VG_(invalidate_icache) for ARM64: fix incorrect computation of cache line sizes. by sewardj · 10 years ago
  33. c76d0e5 ARM64: add support for cache management instructions (Valgrind side): by sewardj · 10 years ago
  34. bfd1d9f syswrap: XEN_DOMCTL_resumedomain by bart · 10 years ago
  35. 6505667 syswrap: XEN_HVMOP_set_mem_type by bart · 10 years ago
  36. 2c28071 syswrap: XEN_HVMOP_set_pci_link_route by bart · 10 years ago
  37. a5f81a0 syswrap: XEN_HVMOP_set_isa_irq_level by bart · 10 years ago
  38. 331b3f0 syswrap: XEN_DOMCTL_cacheflush by bart · 10 years ago
  39. 718b0fb syswrap: XEN_DOMCTL_settimeoffset by bart · 10 years ago
  40. b1055aa Fix P{RE,OST}_XEN_HVMOP_{READ,WRITE} by bart · 10 years ago
  41. 08a0e88 Also give the indication on how to use vgdb when --vgdb-stop-at is given by philippe · 10 years ago
  42. 808584b For the ld.so redirections for arm32-linux, allow the soname by sewardj · 10 years ago
  43. 903e051 Enable sys_sendmmsg() on arm32. by sewardj · 10 years ago
  44. adfff76 * Factorise code between is_valid_for_client and is_valid_for_valgrind. by philippe · 10 years ago
  45. 17e76ec Cleanup some old leftover of AIX port + fix a comment by philippe · 10 years ago
  46. e4d7812 * New option --aspace-minaddr=<address> allows to (possibly) make by philippe · 10 years ago
  47. 180a750 - The option "--vgdb-stop-at=event1,event2,..." allows the user by philippe · 10 years ago
  48. 0c2923f Factorise enum set parsing code by philippe · 10 years ago
  49. 4f6f336 Several improvements to (internal) statistics reporting about memory usage, by philippe · 10 years ago
  50. 6654de8 vgdb must not transmit signals when gdbserver has been ptrace-invoked. by philippe · 10 years ago
  51. f03d0b7 mips64: Add an extra case for mips64 in ML_(get_CFA). by dejanj · 10 years ago
  52. 5d99813 Enable syscalls: by sewardj · 10 years ago
  53. 0abc419 mips32/64: According to DWARF version 4 in DW_TAG_structure_type we can by dejanj · 10 years ago
  54. fe0b433 mips32: Add an extra case for mips32 in ML_(get_CFA) in witch Valgrind will call by dejanj · 10 years ago
  55. c5fc866 Add client requests by sewardj · 10 years ago
  56. ded468f Add vgdb.h to coregrind/Makefile.am noinst_HEADERS. by mjw · 10 years ago
  57. 0895b09 coregrind/m_scheduler + drd: Rework r13862 by bart · 10 years ago
  58. 38e1f35 coregrind/m_scheduler: Inform tools about thread ID while translating by bart · 10 years ago
  59. 78bc770 Enable sys_getpriority and sys_setpriority for ppc64. by mjw · 10 years ago
  60. 7aa6651 Replace strlen, index, strcmp in the AArch64 ld.so. (Why does it have by sewardj · 10 years ago
  61. 0f73047 Enable syscalls: sys_inotify_init1 sys_inotify_add_watch by sewardj · 10 years ago
  62. b5170b9 Enable the following syscalls: sys_eventfd2 sys_symlinkat sys_renameat by sewardj · 10 years ago
  63. d11ed20 Enable sys_epoll_create1, sys_epoll_ctl, sys_epoll_pwait, sys_prctl. by sewardj · 10 years ago
  64. 7a35989 Enable the following syscalls, which are needed to make regtests by sewardj · 10 years ago
  65. c221218 wire up some more system calls on s390 by cborntra · 10 years ago
  66. e3c20b4 Enable a few more syscalls: by sewardj · 10 years ago
  67. 7e5a9c2 This fixes the shadow validity setup of SP,IA and FPC. The current by cborntra · 11 years ago
  68. 812e2f9 BZ#331380 cont. Don't crash if evp->sigev_notify is invalid. Fix scalar test. by mjw · 11 years ago
  69. 3995526 Handle IPv6 addresses when reporting open file descriptors. by tom · 11 years ago
  70. 40bb783 BZ#331380 Syscall param timer_create(evp) points to uninitialised byte(s) by mjw · 11 years ago
  71. 987862c Fix incorrect include, spotted by mjw. by sewardj · 11 years ago
  72. 29ac981 * fix a bug in sys_clone that was causing threads to hang at exit by sewardj · 11 years ago
  73. c8fa5cc Enable sys_ppoll, sys_kill, sys_socketpair. by sewardj · 11 years ago
  74. dbb328d arm64-linux: make restarting of syscalls interrupted by signals work by sewardj · 11 years ago
  75. ae082d8 First attempt at supporting sys_clone. by sewardj · 11 years ago
  76. 417e103 Bug 331337 s390x WARNING: unhandled syscall: 326 (dup3) by mjw · 11 years ago
  77. 24f0c3a mips32: Support for 64bit FPU on MIPS32 platforms. by dejanj · 11 years ago
  78. 3e17274 Fix BZ #327212. Check for absolute path name at the end of by florian · 11 years ago
  79. b8afd6f arm64: implement the apply on all GP register. by philippe · 11 years ago
  80. 5566301 No need to discard translation in gdbserver when --vgdb=full by philippe · 11 years ago
  81. 0eb0d5a Fix or implement various things to have V gdbsrv working on arm64 by philippe · 11 years ago
  82. 4ea8f14 - Handle KVM_CREATE_IRQCHIP, which does not take any parameter by cborntra · 11 years ago
  83. 68f338f Fix typo in poll wrapper by tom · 11 years ago
  84. ddc4a18 Add support for the clock_adjtime system call. by tom · 11 years ago
  85. 4f5be8c Both eventfd and eventfd2 have post handlers that we were failing by tom · 11 years ago
  86. 0345188 arm64: rename guest_SP to guest_XSP so as to avoid a name clash with by sewardj · 11 years ago
  87. 821283b Initial implementation of CFI based stack unwinding for arm64-linux. by sewardj · 11 years ago
  88. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  89. cffe2a5 add --vgdb-prefix arg to callgrind_control by philippe · 11 years ago
  90. 3d24135 The value of AT_BASE should be the offset between where the ELF interpreter by tom · 11 years ago
  91. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
  92. bcff2cc Fix 325714 Empty vgcore but RLIMIT_CORE is big enough (too big) by philippe · 11 years ago
  93. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 11 years ago
  94. 4254584 Minor tweak in the VG_(poll) syscall and callers: have a way to show by philippe · 11 years ago
  95. 4be47bc Minor tweak in the vgdb instructions output by valgrind: by philippe · 11 years ago
  96. 3c761f0 Fix 326462 Refactor vgdb to isolate invoker stuff into separate module by philippe · 11 years ago
  97. 03f77d2 xen: Implement XEN_DOMCTL_set_max_evtchn by bart · 11 years ago
  98. 4cf567e xen: XEN_SYSCTL_debugkeys hypercall by bart · 11 years ago
  99. 029d48f xen: XEN_SYSCTL_readconsole hypercall by bart · 11 years ago
  100. 189ade7 xen: XEN_DOMCTL_shadow_op hypercall by bart · 11 years ago