1. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  2. f44ff62 Buffer audit. Resize some. by florian · 9 years ago
  3. 866862a Fix BZ #116002. by florian · 9 years ago
  4. 26ed419 Adds initial support for AArch64 (arm64) on Android. Small programs by sewardj · 10 years ago
  5. 518850b Constify coregrind. by florian · 10 years ago
  6. 1ef70c6 Change VG_(allocEltDedupPA) to return a pointer to const. The reason is by florian · 10 years ago
  7. d6845c6 di_notify_ACHIEVE_ACCEPT_STATE: before starting to parse the ELF file, by sewardj · 10 years ago
  8. 417d737 Old STABS code is still being compiled, but never used. Remove it. by mjw · 10 years ago
  9. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  10. 7cf5f66 Always check crc in open_debug_file for now. Bug #338791 followup. by mjw · 10 years ago
  11. c5af2ae Bug 338791 Handle debug alt dwz files that are relative to the debug file. by mjw · 10 years ago
  12. b895602 Typo fix + small improvement in comment by philippe · 10 years ago
  13. 4cace66 Reduce memory needed for symbols, by having the tocptr and local_ep by philippe · 10 years ago
  14. 4815f5a Fix some comments by philippe · 10 years ago
  15. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  16. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  17. ade2edd Add support for stack unwinding using the ARM32 specific EXIDX format. by sewardj · 10 years ago
  18. 59e1f3c This patch decreases significantly the memory needed to store the lineloc info. by philippe · 10 years ago
  19. 5c3dba2 This patch decreases significantly the memory needed to store the cfsi info. by philippe · 10 years ago
  20. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  21. 7293d25 This patch adds a 'de-duplicating memory pool allocator': by philippe · 10 years ago
  22. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  23. 6feb14d dwz compressed alternate .debug_info and .debug_str not read correctly. by mjw · 11 years ago
  24. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  25. 7b94a0d Fix "Assertion '!di->soname' failed" on weird files. by sewardj · 11 years ago
  26. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  27. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  28. 71826f7 Fix a const issue in r13154. by sewardj · 11 years ago
  29. 7c34279 When looking for a separate debug object, tolerate mismatched phdrs by by sewardj · 11 years ago
  30. 8b6573d Add a new command line flag, --extra-debuginfo-path=path, that allows by sewardj · 11 years ago
  31. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  32. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  33. abe8793 Ignore ELF sections that have zero size. Fixes #309600. by sewardj · 12 years ago
  34. db3f3e6 Guard against negative symbol sizes in ELF symbol tables, which by sewardj · 12 years ago
  35. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  36. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  37. 402d8bc Avoid asserting when a segment is mapped both rw and rx. by philippe · 12 years ago
  38. f7c9714 Initial support for DWZ compressed debuginfo -- don't crash, at least, by sewardj · 12 years ago
  39. 6b5625b Allow multiple rw and rx mappings in the ELF debuginfo reader. by sewardj · 12 years ago
  40. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  41. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  42. f1e1aa6 Fix leak in debuginfo.c by philippe · 12 years ago
  43. 43dcb39 Android only: make the debuginfo mapping hack more flexible. by sewardj · 12 years ago
  44. 56fe332 Handle longer un-sized symbols on arm-linux-android. by sewardj · 13 years ago
  45. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  46. 4df24de Use read_UInt to get the CRC as it may not be aligned. Fixes #283154. by tom · 13 years ago
  47. 8dc3282 Un-break debuginfo image finding on non-Android Linuxes following r12057, duh. by sewardj · 13 years ago
  48. 55f2973 Add a facility for ad-hoc location of debuginfo files on Android. by sewardj · 13 years ago
  49. a2b14cc ML_(read_elf_debug_info): (no functional change, I hope): fix up by sewardj · 13 years ago
  50. 88d2c09 Android only: don't ignore zero-sized symbols, since some of them by sewardj · 13 years ago
  51. a5acac3 A refactoring change; no functional effect. struct _DebugInfo by sewardj · 13 years ago
  52. 0f4126c Get rid of DebugInfo::memname, a hangover from the now-removed AIX5 support. by sewardj · 13 years ago
  53. 1891b57 ML_(read_elf_debug_info): debug printing of program header entries: print file by sewardj · 13 years ago
  54. 6e166c2 ML_(read_elf_debug_info): if we exit from this routine via the BAD by sewardj · 13 years ago
  55. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  56. b09d0ad Disable stabs reading on Android; it's uncompilable, and there's no point. by sewardj · 13 years ago
  57. 0610882 Disable stabs reading on ppc64-linux; it always segfaults. by sewardj · 13 years ago
  58. a8f761b Improve debug printing for ELF program header analysis. No functional change. by sewardj · 13 years ago
  59. eb16f33 Fix the computation of debuginfo bias values, in the case where the by sewardj · 13 years ago
  60. feb1566 Followup fix to r11794 (generalise processing of PT_LOAD entries): by sewardj · 13 years ago
  61. 2b74f45 ML_(read_elf_debug_info): when processing PT_LOAD entries from the by sewardj · 13 years ago
  62. 452e89a Handle ELF objects with two .eh_frame sections. This fixes a problem by sewardj · 13 years ago
  63. 889a6ae When reading Dwarf3 variable type and location information, print a by sewardj · 13 years ago
  64. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  65. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  66. e93f936 Avoid a double free when a binary has a build-id and no debuglink section. by tom · 14 years ago
  67. 15ff8f3 Don't look for build-id notes if NT_GNU_BUILD_ID is not defined. by tom · 14 years ago
  68. 6ef87e6 Add support for using build-id to find debugging information as by tom · 14 years ago
  69. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  70. 01b768b Guard new debug print statement in r11045 correctly (at all!) by sewardj · 14 years ago
  71. 7e5634b Make -v messages w.r.t. finding of auxiliary debuginfo files less confusing. by sewardj · 14 years ago
  72. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 14 years ago
  73. f41999a Cope with prelink splitting the bss section of an ELF file into separate by tom · 15 years ago
  74. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  75. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  76. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  77. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the 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. ce9dd9e Check whether the symbol table is in the main object file or the debug by tom · 15 years ago
  82. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  83. 9f20746 Updated copyright years. by njn · 15 years ago
  84. 402c9ee Keep track of the svma and bias values for the debug data separately by tom · 15 years ago
  85. b881b25 Get rid of the second argument ("PtrdiffT debug_offset") to by sewardj · 15 years ago
  86. 2085f4a Don't worry about an unmapped, zero sized, bss segment. Bug #181594. by tom · 15 years ago
  87. 2cbb6ee Accept zero size text segments. Bug #181594. by tom · 15 years ago
  88. 160d5a8 Handle the rodata and sbss sections and cope with variables that by tom · 15 years ago
  89. bfd892f Bias values should be PtrdiffT now. by tom · 15 years ago
  90. 3553c67 Removed unused round_Addr_upwards function. by tom · 15 years ago
  91. 65e6d92 Improve detection of where ELF sections have been mapped by taking by tom · 15 years ago
  92. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 15 years ago
  93. 8669fd3 Rename some local variables called 'index' to something else, to stop by sewardj · 16 years ago
  94. 9c606bd by sewardj · 16 years ago
  95. ec61b65 by sewardj · 16 years ago
  96. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  97. a97a789 Don't complain on .got.plt sections of size zero. Apparently such by bart · 16 years ago
  98. 092b626 - Added support for querying information about .plt sections. by bart · 16 years ago
  99. 7cf4e6b by sewardj · 16 years ago
  100. 76d15fa Don't be quite so paranoid about rejecting symbols that fall outside by sewardj · 16 years ago