1. 6f00ae9 Improve debug printing for the should-we-load-debuginfo-now? finite by sewardj · 10 years ago
  2. 05c459e Small fixes/improvements post-cfsi_m improvement by philippe · 10 years ago
  3. 5c3dba2 This patch decreases significantly the memory needed to store the cfsi info. by philippe · 10 years ago
  4. ec66ad5 Add initial build support for Mac OS X 10.9 (Mavericks). Bug 326724 by sewardj · 10 years ago
  5. b152de1 Use a string literal format to avoid a gcc warning (-Wformat-security) by philippe · 10 years ago
  6. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  7. 2352e98 Do not destroy the strpool if NULL by philippe · 10 years ago
  8. 7293d25 This patch adds a 'de-duplicating memory pool allocator': by philippe · 10 years ago
  9. f03d0b7 mips64: Add an extra case for mips64 in ML_(get_CFA). by dejanj · 10 years ago
  10. fe0b433 mips32: Add an extra case for mips32 in ML_(get_CFA) in witch Valgrind will call by dejanj · 10 years ago
  11. 821283b Initial implementation of CFI based stack unwinding for arm64-linux. by sewardj · 11 years ago
  12. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  13. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  14. 3898022 coregrind/m_debuginfo: Add VG_(DebugInfo_get_bss_avma)() and VG_(DebugInfo_get_bss_size)() by bart · 11 years ago
  15. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  16. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  17. 20ede3a Improves stacktrace unwinding on x86 by philippe · 11 years ago
  18. 50863bb Change the size of the hash table used to cache IP -> debuginfo to a prime nr by philippe · 12 years ago
  19. 2596337 Small comment fix: .h specifies "all frames", implementation uses 8. by philippe · 12 years ago
  20. 81d24c3 fix 310424 --read-var-info does not properly describe static variables by philippe · 12 years ago
  21. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  22. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  23. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  24. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  25. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  26. 40628fa Implement some extra DW_OPs - more constants and some unary operators. by tom · 12 years ago
  27. f6716dd Rename CfiOp to CfiBinop in preparation for adding unary operators. by tom · 12 years ago
  28. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  29. 6834783 drd: Suppress race reports on .got sections too by bart · 12 years ago
  30. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  31. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  32. f7c9714 Initial support for DWZ compressed debuginfo -- don't crash, at least, by sewardj · 12 years ago
  33. 54c45db Clean up the PDB reader somewhat, mostly in the area of biasing. by sewardj · 12 years ago
  34. 6b5625b Allow multiple rw and rx mappings in the ELF debuginfo reader. by sewardj · 12 years ago
  35. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  36. f1e1aa6 Fix leak in debuginfo.c by philippe · 12 years ago
  37. 98500e2 Use snprintf() instead of sprintf() by bart · 13 years ago
  38. 5f2dcad Don't break fcntl locks when program does mmap. #280965. by sewardj · 13 years ago
  39. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  40. 720e6b7 Avoid potential overflow in range check. #273431. by sewardj · 13 years ago
  41. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  42. 86781fa More fixes for unaligned accesses in the debuginfo code. BZ#282527. by tom · 13 years ago
  43. 731f9cf by sewardj · 13 years ago
  44. a5acac3 A refactoring change; no functional effect. struct _DebugInfo by sewardj · 13 years ago
  45. 0f4126c Get rid of DebugInfo::memname, a hangover from the now-removed AIX5 support. by sewardj · 13 years ago
  46. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  47. 130f6f5 DWARF comparisons should be signed. Patch from Jakub Jelinek. by tom · 13 years ago
  48. 0b98239 Implement some extra DWARF ops that gcc 4.6.1 seems to use. Fixes #275284. by tom · 13 years ago
  49. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  50. 452e89a Handle ELF objects with two .eh_frame sections. This fixes a problem by sewardj · 13 years ago
  51. d7adca7 calling format_message: when passing frameNo == -1, also pass by sewardj · 13 years ago
  52. 6c591e1 by sewardj · 13 years ago
  53. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  54. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  55. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  56. cd458d2 Minor improvements to PDB reading: by sewardj · 14 years ago
  57. 14cdbf8 Make the --prefix-to-strip=... command-line option added in r11312 by sewardj · 14 years ago
  58. cec083d Only use VKI_O_LARGEFILE on platforms where it exists. This by sewardj · 14 years ago
  59. 2988b84 When opening an mmaped file to see if it's an ELF file that we should by sewardj · 14 years ago
  60. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  61. 5dd0190 Added command-line option --prefix-to-strip=... Closes #245535. by bart · 14 years ago
  62. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  63. 51c9d37 search_all_symtabs: when mapping addresses to text symbols, consider by sewardj · 14 years ago
  64. f7183e3 Inline most functions in VG_(use_CF_info). May or may not give a by sewardj · 14 years ago
  65. 13ac96d Try to find the PDB file for a given PE file by the totally kludgey by sewardj · 14 years ago
  66. ced8506 Fix bogus comparisons of PDB vs PE timestamps, so as to avoid by sewardj · 14 years ago
  67. 7138ef0 PE/PDB handling: allow the PDB (the debuginfo file) to be up to 1 by sewardj · 15 years ago
  68. 9365e3f Unbreak stack unwinding on x86-linux and amd64-linux following merge by sewardj · 15 years ago
  69. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 15 years ago
  70. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  71. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  72. f56d255 ppc32-linux: di_notify_mmap: accept data sections mapped rwx as well as ones by sewardj · 15 years ago
  73. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  74. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  75. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  76. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  77. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  78. 9c20ece Merge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch, by njn · 15 years ago
  79. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  80. c8259b8 by sewardj · 15 years ago
  81. 5e40aba Tweak the format of stack traces, so they're more consistent. by njn · 15 years ago
  82. 9f20746 Updated copyright years. by njn · 15 years ago
  83. 6b7611b Cleaned up the demangling mess: by njn · 15 years ago
  84. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 15 years ago
  85. 5706ca9 Minor tidyings: by sewardj · 16 years ago
  86. 588658b Don't assume that all global variables are in the data section - we by tom · 16 years ago
  87. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  88. b1ae15d This commit subtly changes the meaning of the values obtained via the by sewardj · 16 years ago
  89. d7a02db by sewardj · 16 years ago
  90. 5a5eec0 When trying to establish whether or not debuginfo should be read from by sewardj · 16 years ago
  91. f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago
  92. 50fde23 Dwarf3 variable & type reader: use 64-bit numbers throughout to by sewardj · 16 years ago
  93. 9c606bd by sewardj · 16 years ago
  94. e025eca Fix regression on none/tests/faultstatus caused by r8522. by sewardj · 16 years ago
  95. 59a2d18 Rework storage management in the Dwarf3 type and variable reader, to by sewardj · 16 years ago
  96. ec61b65 by sewardj · 16 years ago
  97. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  98. 092b626 - Added support for querying information about .plt sections. by bart · 16 years ago
  99. d5dea1d Bug fixes (not in bugzilla): by bart · 16 years ago
  100. 7cf4e6b by sewardj · 16 years ago