1. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  2. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
  3. e5cf451 Bug 327916 - DW_TAG_typedef may have no name by mjw · 11 years ago
  4. 6feb14d dwz compressed alternate .debug_info and .debug_str not read correctly. by mjw · 11 years ago
  5. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  6. 7b94a0d Fix "Assertion '!di->soname' failed" on weird files. by sewardj · 11 years ago
  7. b36d316 Recent libxul.so on ARM has more than 5000 CIEs. Increase N_CIEs, therefore. by sewardj · 11 years ago
  8. 535fb1b Fix coregrind header files such that they can be included without by florian · 11 years ago
  9. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  10. d6daf23 check_uuid_matches: fix infinite loop following rewrite of this by sewardj · 11 years ago
  11. 3898022 coregrind/m_debuginfo: Add VG_(DebugInfo_get_bss_avma)() and VG_(DebugInfo_get_bss_size)() by bart · 11 years ago
  12. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  13. 59a4173 Minor improvements in debug printing for stabs reading. by sewardj · 11 years ago
  14. 9d82d0f Bug 289360 parse_type_DIE confused by DW_TAG_enumeration_type. by mjw · 11 years ago
  15. cc64826 fix 320211 Stack buffer overflow in ./coregrind/m_main.c with huge TMPDIR by philippe · 11 years ago
  16. 087eb38 Increase size of the CIEs array to 5000. by sewardj · 11 years ago
  17. b22a1a4 Calculate offsets in read_dwarf2_lineblock based on is64 by petarj · 11 years ago
  18. 4c3b237 Simplify read_unitinfo_dwarf2. Only try to read the first DIE. by mjw · 11 years ago
  19. 58d9ce4 read_unitinfo_dwarf2 DW_FORM_ref_addr is address size in DWARF version 2. by mjw · 11 years ago
  20. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  21. 20ede3a Improves stacktrace unwinding on x86 by philippe · 11 years ago
  22. 50863bb Change the size of the hash table used to cache IP -> debuginfo to a prime nr by philippe · 11 years ago
  23. 2596337 Small comment fix: .h specifies "all frames", implementation uses 8. by philippe · 11 years ago
  24. e07cbb3 Fix a few compiler warnings on Darwin. by florian · 11 years ago
  25. 71826f7 Fix a const issue in r13154. by sewardj · 12 years ago
  26. 7c34279 When looking for a separate debug object, tolerate mismatched phdrs by by sewardj · 12 years ago
  27. 8b6573d Add a new command line flag, --extra-debuginfo-path=path, that allows by sewardj · 12 years ago
  28. 81d24c3 fix 310424 --read-var-info does not properly describe static variables by philippe · 12 years ago
  29. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  30. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  31. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  32. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  33. abe8793 Ignore ELF sections that have zero size. Fixes #309600. by sewardj · 12 years ago
  34. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  35. 40628fa Implement some extra DW_OPs - more constants and some unary operators. by tom · 12 years ago
  36. f6716dd Rename CfiOp to CfiBinop in preparation for adding unary operators. by tom · 12 years ago
  37. 79fb231 When processing DW_OP_plus_uconst make sure we record an add, not by tom · 12 years ago
  38. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  39. 6834783 drd: Suppress race reports on .got sections too by bart · 12 years ago
  40. db3f3e6 Guard against negative symbol sizes in ELF symbol tables, which by sewardj · 12 years ago
  41. 3aab0ad Fix skipping of block forms when this code is compiled by gcc 4.8 -- it by sewardj · 12 years ago
  42. c1d946e Fix up range checking in ML_(addLineInfo). Avoids assertion failure by sewardj · 12 years ago
  43. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  44. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  45. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  46. 402d8bc Avoid asserting when a segment is mapped both rw and rx. by philippe · 12 years ago
  47. bb2b279 Un-break the build on MacOS, following r12742 (initial support for DWZ by sewardj · 12 years ago
  48. f7c9714 Initial support for DWZ compressed debuginfo -- don't crash, at least, by sewardj · 12 years ago
  49. 6f3f318 Fix ppCfiReg for s390 so --trace-cfi=yes no longer asserts. by florian · 12 years ago
  50. 54c45db Clean up the PDB reader somewhat, mostly in the area of biasing. by sewardj · 12 years ago
  51. 6b5625b Allow multiple rw and rx mappings in the ELF debuginfo reader. by sewardj · 12 years ago
  52. 732b358 Allow an IFunc symbol to be merged with a non-IFunc symbol that by tom · 12 years ago
  53. 0088888 Don't be spooked by DW_TAG_{structure,class,union}_type that has only by sewardj · 12 years ago
  54. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  55. de065a0 Support DWARF version 4 DW_AT_high_pc constant form. #299053. by sewardj · 12 years ago
  56. d483f80 Avoid duplicate primary names when merging identical symbol table entries. by philippe · 12 years ago
  57. ee93cdb Correctly parse DW_FORM_ref_addr -- its format is different in Dwarf2 by sewardj · 12 years ago
  58. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  59. 471d6b3 Fix incorrect use of VG_(addToXA). (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  60. a2af13d Comment-only fix. (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  61. c961d36 gcc-4.7.0 complains about some __attribute__((always_inline)) here, by sewardj · 12 years ago
  62. f1e1aa6 Fix leak in debuginfo.c by philippe · 12 years ago
  63. 4bad593 Fix leak of range_list (see below an example) in readdwarf3.c. by philippe · 12 years ago
  64. d9df0ea Fix leak found by running memcheck/tests/varinfo[1-6].vgtest by philippe · 12 years ago
  65. 43dcb39 Android only: make the debuginfo mapping hack more flexible. by sewardj · 12 years ago
  66. 87a1fa5 ARM/Thumb only: fix a bug in which stack unwinding halts in some by sewardj · 12 years ago
  67. 0e947cf debug info reader: Add support for rvalue references. Closes #278313#c5. by bart · 12 years ago
  68. e64c5a9 debug info reader: Add support for DW_TAG_unspecified_type. Closes #278313. by bart · 12 years ago
  69. dac4779 debug info reader: rearrange the source code such that gcc issues a warning if an enumeration label is missing. by bart · 12 years ago
  70. 98500e2 Use snprintf() instead of sprintf() by bart · 13 years ago
  71. 56fe332 Handle longer un-sized symbols on arm-linux-android. by sewardj · 13 years ago
  72. 5f2dcad Don't break fcntl locks when program does mmap. #280965. by sewardj · 13 years ago
  73. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
  74. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  75. 7cf235b ML_(ppSym): minor improvement in debug printing for DiSyms. by sewardj · 13 years ago
  76. 50f5cea Fix a compile warning on {ppc32,ppc64}-linux. by sewardj · 13 years ago
  77. 720e6b7 Avoid potential overflow in range check. #273431. by sewardj · 13 years ago
  78. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  79. 86781fa More fixes for unaligned accesses in the debuginfo code. BZ#282527. by tom · 13 years ago
  80. ba4ce2f Fix another read_UInt that should be read_Addr. by tom · 13 years ago
  81. fd892fc Add read_Addr and use it so that we work on systems where an address by tom · 13 years ago
  82. b4dd5b4 Avoid using direct access to read multi-byte values from DWARF files by tom · 13 years ago
  83. 4df24de Use read_UInt to get the CRC as it may not be aligned. Fixes #283154. by tom · 13 years ago
  84. d32fb2b Move read_<type> routines from readdwarf.c to be module level by tom · 13 years ago
  85. 8dc3282 Un-break debuginfo image finding on non-Android Linuxes following r12057, duh. by sewardj · 13 years ago
  86. 55f2973 Add a facility for ad-hoc location of debuginfo files on Android. by sewardj · 13 years ago
  87. a2b14cc ML_(read_elf_debug_info): (no functional change, I hope): fix up by sewardj · 13 years ago
  88. 88d2c09 Android only: don't ignore zero-sized symbols, since some of them by sewardj · 13 years ago
  89. 796e4b2 Re-enable the use of loctab (line number table) trimming, for a 5% to by sewardj · 13 years ago
  90. 731f9cf by sewardj · 13 years ago
  91. 94bb772 Un-break Darwin build following r12041 (creation of struct _DebugInfoFSM) by sewardj · 13 years ago
  92. a5acac3 A refactoring change; no functional effect. struct _DebugInfo by sewardj · 13 years ago
  93. 0f4126c Get rid of DebugInfo::memname, a hangover from the now-removed AIX5 support. by sewardj · 13 years ago
  94. 1891b57 ML_(read_elf_debug_info): debug printing of program header entries: print file by sewardj · 13 years ago
  95. 6e166c2 ML_(read_elf_debug_info): if we exit from this routine via the BAD by sewardj · 13 years ago
  96. c5077b9 Print the (pseudo-)soname when doing debug printing for Mach-O by sewardj · 13 years ago
  97. c448a64 Un-break the build on OSX following r11981 (Remove the assumption, in by sewardj · 13 years ago
  98. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  99. 130f6f5 DWARF comparisons should be signed. Patch from Jakub Jelinek. by tom · 13 years ago
  100. b09d0ad Disable stabs reading on Android; it's uncompilable, and there's no point. by sewardj · 13 years ago