1. 15728ab Only read debug information from regular files, and not from device nodes. Do not complain on files for which we do not have read access. by bart · 16 years ago
  2. 0fb0320 Added VG_(thread_get_stack_size)(). by bart · 16 years ago
  3. 96a0de3 Fixed a comment. by bart · 16 years ago
  4. 5dd8e6a Moved macro's that specify branch prediction hints to include/pub_tool_basics.h by bart · 16 years ago
  5. 2ac79d3 Kludgily fix a regression caused by the recent DATASYMS merge, which by sewardj · 16 years ago
  6. 25b079c Merge, from branches/HGDEV, r7604 and r7609 (Try to address by sewardj · 16 years ago
  7. aa3c28a Handle DW_OP_deref. by sewardj · 16 years ago
  8. 68a2ebd Try to handle the situation where an object is first split into a base by sewardj · 16 years ago
  9. 0b5bf91 Handle DW_FORM_data8. by sewardj · 16 years ago
  10. 33e4e7e Don't tell m_redir (and the user) that debuginfo is about to be by sewardj · 16 years ago
  11. d0c0ea6 VG_(get_strace_wrk): don't segfault in the degenerate case fp_min = by sewardj · 16 years ago
  12. aed2e4c Compiles now with gcc 2.96 too. by bart · 16 years ago
  13. 76d15fa Don't be quite so paranoid about rejecting symbols that fall outside by sewardj · 16 years ago
  14. fab2990 update comments by njn · 16 years ago
  15. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  16. 966f055 Added const keyword to second argument of VG_(OSetGen_Remove)(). by bart · 17 years ago
  17. 3b2ab27 Always call ML_(generic_POST_sys_shmat) when a shmat call succeeds, even by tom · 17 years ago
  18. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  19. 9084de7 Include headers for VG_(register_stack) calls. by sewardj · 17 years ago
  20. 690c3c8 Make the clone system call wrappers call VG_(register_stack) to record by tom · 17 years ago
  21. 174ca63 Fix inconsistent order of fields. I think this is purely aesthetic by sewardj · 17 years ago
  22. c153bf6 Handle DW_OP_plus_uconst. Possibly fixes #155091 (not yet confirmed by sewardj · 17 years ago
  23. f7af047 Enable some syscalls needed to run firefox on 64-bit ppc on Fedora 8. by sewardj · 17 years ago
  24. da09859 Move VG_(clo_backtrace_size) to a tool-visible header file. by sewardj · 17 years ago
  25. f32ec7f If we don't find the address in the segInfo list that ask the address by tom · 17 years ago
  26. 858a0ef Made the argument to VG_(am_get_filename) const as it doesn't need by tom · 17 years ago
  27. c4e466f Add support for the sync_file_range system call. by tom · 17 years ago
  28. 3e24fd8 Valid file descriptor argument to llseek system call. by tom · 17 years ago
  29. 7c1a19a Mark the main thread as running while the initial memory declarations by tom · 17 years ago
  30. 5a835d5 Add const qualifiers to appropriate arguments of OSet routines. by tom · 17 years ago
  31. dc2f79e Comment-only change. by sewardj · 17 years ago
  32. c9d3383 AIX5 counterpart to r7302: Improve handling of programs which require by sewardj · 17 years ago
  33. adacaf9 Propagate the ucontext information with a received signal to the by tom · 17 years ago
  34. 3059d27 Add a new method VG_(record_depth_1_ExeContext), a trivial derivative by sewardj · 17 years ago
  35. 95d86c0 Improve handling of programs which require very large main thread by sewardj · 17 years ago
  36. d5c3f28 Print a nice message if allocation of the stack fails, rather than just by sewardj · 17 years ago
  37. 5bdfbd2 When allocating space for the client stack on Linux, take notice of by sewardj · 17 years ago
  38. 9bc8d9e Don't do comparisons of (signed) Words by merely subtracting them, as by sewardj · 17 years ago
  39. 9766649 Handle semaphore-related syscalls. by sewardj · 17 years ago
  40. ab3698a Back out r7210 ("Fix completely bogus implementation of by sewardj · 17 years ago
  41. 5abcc0b Get rid of VG_NUMW_CLO, as it is pretty much identical to VG_NUM_CLO, by sewardj · 17 years ago
  42. fd4b6f4 Changes to make Memcheck work sanely on recent incarnations of AIX 5.3: by sewardj · 17 years ago
  43. 6eab897 Don't be confused by archive (.a) files which contain both a 32-bit by sewardj · 17 years ago
  44. d23ebde Dump extraneous code. by sewardj · 17 years ago
  45. ddc00dd by sewardj · 17 years ago
  46. a70de45 AIX 5.3 build fixes. by sewardj · 17 years ago
  47. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  48. 7a387ea Core-tool iface changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  49. 714c662 Fix completely bogus implementation of VG_(seginfo_sect_kind). This by sewardj · 17 years ago
  50. a53462a Attempt to shake out uses of uninitialised malloc'd memory by Valgrind by sewardj · 17 years ago
  51. 5b9b441 Don't let the debugger attachment fail silently in some cases. by sewardj · 17 years ago
  52. 2dd08f5 Tweak VG_(expand_file_name), as per Josef's suggestions. by njn · 17 years ago
  53. 374a36d by njn · 17 years ago
  54. 3ed1971 Add support for %q in --massif-out-file. Todo: use this mechanism for the by njn · 17 years ago
  55. fc7773a Don't load debug sections from the linked debug file if we have by tom · 17 years ago
  56. 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
  57. 12373b1 Followup to r7192: don't bork the compilation if GDB_PATH is not by sewardj · 17 years ago
  58. e0036f7 Handle sys_getitimer on ppc32-linux and ppc64-linux. by sewardj · 17 years ago
  59. 7839d11 In the --help text, print the actual name of the GDB that will by by sewardj · 17 years ago
  60. 1ff57e6 Be more robust against malformed DWARF2 line number information: don't by sewardj · 17 years ago
  61. 7d9b3af shut GCC up by njn · 17 years ago
  62. 0313b1e Zero out the vki_user_regs_struct before using it. Otherwise, we end by sewardj · 17 years ago
  63. 62c9aa7 Add initial code to support debugger attaching on ppc64-linux (Ryan John). by sewardj · 17 years ago
  64. 7d7ddd2 Minor tidyings to the debugger-attach code, as part of a failed by sewardj · 17 years ago
  65. fc9bf72 When doing ptrace on amd64-linux, provide values which don't fail the by sewardj · 17 years ago
  66. 6e31f80 Add a new flag, --child-silent-after-fork=no|yes [no]. When enabled, by sewardj · 17 years ago
  67. ec6e27c Don't pollute the XML output if the program terminates with a signal, by sewardj · 17 years ago
  68. c74b3ba Make handling of setuid executables marginally more sensible, as by sewardj · 17 years ago
  69. 0edccdd Stack registration stuff: don't dereference NULL pointers (Eric by sewardj · 17 years ago
  70. 5abf0f1 Don't segfault on syscall (SYS_io_destroy, 0). (Jakub Jelinek) Fixes #147325. by sewardj · 17 years ago
  71. 497c69e Add support for private futexes (whatever they might be). Patch from by sewardj · 17 years ago
  72. a610f53 Don't crap out when malloc_stats is called; instead just have a no-op by sewardj · 17 years ago
  73. 0fd3049 Make one redirect mandatory for ppc64-linux. by sewardj · 17 years ago
  74. 5092a97 Make one of the ppc32-linux initial redirects mandatory, and add by sewardj · 17 years ago
  75. df24cf1 Introduce the concept of a 'mandatory redirection'. A redirection by sewardj · 17 years ago
  76. ea5d235 Add four 'strtoll' variants, which are like 'atoll' but let you detect if by njn · 17 years ago
  77. 2831b51 In vg_SP_update_pass (stack-pointer-change analysis code), correctly by sewardj · 17 years ago
  78. 32397c0 Changed Massif to record the 'slop' heap bytes caused by rounding asked-for by njn · 17 years ago
  79. 25d7dfb Allow VG_(atoll16) to accept a leading "0x". by sewardj · 17 years ago
  80. d01b598 by sewardj · 17 years ago
  81. adb102f by sewardj · 17 years ago
  82. de764e8 by sewardj · 17 years ago
  83. 39f3423 by sewardj · 17 years ago
  84. 99a2ceb by sewardj · 17 years ago
  85. a8b1c48 Add comment about 32-bit UIDs/GIDs. by njn · 17 years ago
  86. 8de3e81 Use geteuid32/getegid32 on those platforms which have them. Fixes bug #151209. by tom · 17 years ago
  87. 4ab6d53 Add a comment. by njn · 17 years ago
  88. e406723 readd right adjustment. by dirk · 17 years ago
  89. 6178038 fix a few format string warnings by dirk · 17 years ago
  90. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  91. 5b41092 Add VG_(atoll). by njn · 17 years ago
  92. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  93. 53092c6 ppc64-linux equivalent to r6813 (use sigframe return stub in by sewardj · 17 years ago
  94. a594026 ppc32-linux signal handling: don't place the sigframe return stub on by sewardj · 17 years ago
  95. bd7aca6 Handle DW_OP_deref in DWARF3 expressions. Fixes #147285. by sewardj · 17 years ago
  96. 4f9d674 Valgrind-side changes to track vx1786 (which was: Support x86 $int by sewardj · 17 years ago
  97. 91b470c Make the --max-stackframe machinery 64-bit clean. by sewardj · 17 years ago
  98. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  99. e783ceb Fix silly bug. by sewardj · 17 years ago
  100. 23c97b6 Followup to r6783: supply a correct index/strchr replacement for by sewardj · 17 years ago