1. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  2. 6feb14d dwz compressed alternate .debug_info and .debug_str not read correctly. by mjw · 11 years ago
  3. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  4. 7b94a0d Fix "Assertion '!di->soname' failed" on weird files. by sewardj · 11 years ago
  5. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  6. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  7. 71826f7 Fix a const issue in r13154. by sewardj · 12 years ago
  8. 7c34279 When looking for a separate debug object, tolerate mismatched phdrs by by sewardj · 12 years ago
  9. 8b6573d Add a new command line flag, --extra-debuginfo-path=path, that allows by sewardj · 12 years ago
  10. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  11. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  12. abe8793 Ignore ELF sections that have zero size. Fixes #309600. by sewardj · 12 years ago
  13. db3f3e6 Guard against negative symbol sizes in ELF symbol tables, which by sewardj · 12 years ago
  14. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  15. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  16. 402d8bc Avoid asserting when a segment is mapped both rw and rx. by philippe · 12 years ago
  17. f7c9714 Initial support for DWZ compressed debuginfo -- don't crash, at least, by sewardj · 12 years ago
  18. 6b5625b Allow multiple rw and rx mappings in the ELF debuginfo reader. by sewardj · 12 years ago
  19. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  20. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  21. f1e1aa6 Fix leak in debuginfo.c by philippe · 12 years ago
  22. 43dcb39 Android only: make the debuginfo mapping hack more flexible. by sewardj · 12 years ago
  23. 56fe332 Handle longer un-sized symbols on arm-linux-android. by sewardj · 13 years ago
  24. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  25. 4df24de Use read_UInt to get the CRC as it may not be aligned. Fixes #283154. by tom · 13 years ago
  26. 8dc3282 Un-break debuginfo image finding on non-Android Linuxes following r12057, duh. by sewardj · 13 years ago
  27. 55f2973 Add a facility for ad-hoc location of debuginfo files on Android. by sewardj · 13 years ago
  28. a2b14cc ML_(read_elf_debug_info): (no functional change, I hope): fix up by sewardj · 13 years ago
  29. 88d2c09 Android only: don't ignore zero-sized symbols, since some of them by sewardj · 13 years ago
  30. a5acac3 A refactoring change; no functional effect. struct _DebugInfo by sewardj · 13 years ago
  31. 0f4126c Get rid of DebugInfo::memname, a hangover from the now-removed AIX5 support. by sewardj · 13 years ago
  32. 1891b57 ML_(read_elf_debug_info): debug printing of program header entries: print file by sewardj · 13 years ago
  33. 6e166c2 ML_(read_elf_debug_info): if we exit from this routine via the BAD by sewardj · 13 years ago
  34. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  35. b09d0ad Disable stabs reading on Android; it's uncompilable, and there's no point. by sewardj · 13 years ago
  36. 0610882 Disable stabs reading on ppc64-linux; it always segfaults. by sewardj · 13 years ago
  37. a8f761b Improve debug printing for ELF program header analysis. No functional change. by sewardj · 13 years ago
  38. eb16f33 Fix the computation of debuginfo bias values, in the case where the by sewardj · 13 years ago
  39. feb1566 Followup fix to r11794 (generalise processing of PT_LOAD entries): by sewardj · 13 years ago
  40. 2b74f45 ML_(read_elf_debug_info): when processing PT_LOAD entries from the by sewardj · 13 years ago
  41. 452e89a Handle ELF objects with two .eh_frame sections. This fixes a problem by sewardj · 13 years ago
  42. 889a6ae When reading Dwarf3 variable type and location information, print a by sewardj · 13 years ago
  43. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  44. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  45. e93f936 Avoid a double free when a binary has a build-id and no debuglink section. by tom · 14 years ago
  46. 15ff8f3 Don't look for build-id notes if NT_GNU_BUILD_ID is not defined. by tom · 14 years ago
  47. 6ef87e6 Add support for using build-id to find debugging information as by tom · 14 years ago
  48. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  49. 01b768b Guard new debug print statement in r11045 correctly (at all!) by sewardj · 14 years ago
  50. 7e5634b Make -v messages w.r.t. finding of auxiliary debuginfo files less confusing. by sewardj · 14 years ago
  51. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 15 years ago
  52. f41999a Cope with prelink splitting the bss section of an ELF file into separate by tom · 15 years ago
  53. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  54. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  55. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  56. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  57. 9c20ece Merge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch, by njn · 15 years ago
  58. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  59. c8259b8 by sewardj · 15 years ago
  60. ce9dd9e Check whether the symbol table is in the main object file or the debug by tom · 15 years ago
  61. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  62. 9f20746 Updated copyright years. by njn · 15 years ago
  63. 402c9ee Keep track of the svma and bias values for the debug data separately by tom · 15 years ago
  64. b881b25 Get rid of the second argument ("PtrdiffT debug_offset") to by sewardj · 15 years ago
  65. 2085f4a Don't worry about an unmapped, zero sized, bss segment. Bug #181594. by tom · 16 years ago
  66. 2cbb6ee Accept zero size text segments. Bug #181594. by tom · 16 years ago
  67. 160d5a8 Handle the rodata and sbss sections and cope with variables that by tom · 16 years ago
  68. bfd892f Bias values should be PtrdiffT now. by tom · 16 years ago
  69. 3553c67 Removed unused round_Addr_upwards function. by tom · 16 years ago
  70. 65e6d92 Improve detection of where ELF sections have been mapped by taking by tom · 16 years ago
  71. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  72. 8669fd3 Rename some local variables called 'index' to something else, to stop by sewardj · 16 years ago
  73. 9c606bd by sewardj · 16 years ago
  74. ec61b65 by sewardj · 16 years ago
  75. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  76. a97a789 Don't complain on .got.plt sections of size zero. Apparently such by bart · 16 years ago
  77. 092b626 - Added support for querying information about .plt sections. by bart · 16 years ago
  78. 7cf4e6b by sewardj · 16 years ago
  79. 76d15fa Don't be quite so paranoid about rejecting symbols that fall outside by sewardj · 16 years ago
  80. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  81. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  82. fc7773a Don't load debug sections from the linked debug file if we have by tom · 17 years ago
  83. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  84. 1ac9d0c Avoid compilation warnings with gcc-4.2. by sewardj · 17 years ago
  85. 72427fa by sewardj · 17 years ago
  86. 461d6c6 Make the frame unwinder able to handle 64-bit DWARF (untested :-( by sewardj · 17 years ago
  87. f767d96 by sewardj · 17 years ago
  88. 3891dd4 ML_(read_callframe_info_dwarf2): deal better with CIEs with no by sewardj · 18 years ago
  89. 50a3aa1 In struct _SegInfo, rename field 'size' to 'text_size' so as to be by sewardj · 18 years ago
  90. 0bf42fc In struct _SegInfo, rename field 'offset' to 'text_bias'. by sewardj · 18 years ago
  91. c6d3f6f Non-functional change: rename a bunch of variables and field names by sewardj · 18 years ago
  92. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  93. 4ee4f98 Merge r6129: by sewardj · 18 years ago
  94. 4cfea4f by sewardj · 18 years ago
  95. 574b893 Use fstat64 to work out the size of a file if it is available as it by tom · 18 years ago
  96. 534e201 Properly handle external debuginfo (.gnu_debuglink) for stripped and by sewardj · 18 years ago
  97. 72c84c9 Avoid compiler warnings on ppc64-linux. by sewardj · 18 years ago
  98. eadcd86 Cleanup/restructure m_debuginfo, as described in by sewardj · 18 years ago