1. db3f3e6 Guard against negative symbol sizes in ELF symbol tables, which by sewardj · 12 years ago
  2. 3aab0ad Fix skipping of block forms when this code is compiled by gcc 4.8 -- it by sewardj · 12 years ago
  3. c1d946e Fix up range checking in ML_(addLineInfo). Avoids assertion failure by sewardj · 12 years ago
  4. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  5. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  6. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  7. 402d8bc Avoid asserting when a segment is mapped both rw and rx. by philippe · 12 years ago
  8. bb2b279 Un-break the build on MacOS, following r12742 (initial support for DWZ by sewardj · 12 years ago
  9. f7c9714 Initial support for DWZ compressed debuginfo -- don't crash, at least, by sewardj · 12 years ago
  10. 6f3f318 Fix ppCfiReg for s390 so --trace-cfi=yes no longer asserts. by florian · 12 years ago
  11. 54c45db Clean up the PDB reader somewhat, mostly in the area of biasing. by sewardj · 12 years ago
  12. 6b5625b Allow multiple rw and rx mappings in the ELF debuginfo reader. by sewardj · 12 years ago
  13. 732b358 Allow an IFunc symbol to be merged with a non-IFunc symbol that by tom · 12 years ago
  14. 0088888 Don't be spooked by DW_TAG_{structure,class,union}_type that has only by sewardj · 12 years ago
  15. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  16. de065a0 Support DWARF version 4 DW_AT_high_pc constant form. #299053. by sewardj · 12 years ago
  17. d483f80 Avoid duplicate primary names when merging identical symbol table entries. by philippe · 12 years ago
  18. ee93cdb Correctly parse DW_FORM_ref_addr -- its format is different in Dwarf2 by sewardj · 12 years ago
  19. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  20. 471d6b3 Fix incorrect use of VG_(addToXA). (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  21. a2af13d Comment-only fix. (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  22. c961d36 gcc-4.7.0 complains about some __attribute__((always_inline)) here, by sewardj · 12 years ago
  23. f1e1aa6 Fix leak in debuginfo.c by philippe · 12 years ago
  24. 4bad593 Fix leak of range_list (see below an example) in readdwarf3.c. by philippe · 13 years ago
  25. d9df0ea Fix leak found by running memcheck/tests/varinfo[1-6].vgtest by philippe · 13 years ago
  26. 43dcb39 Android only: make the debuginfo mapping hack more flexible. by sewardj · 13 years ago
  27. 87a1fa5 ARM/Thumb only: fix a bug in which stack unwinding halts in some by sewardj · 13 years ago
  28. 0e947cf debug info reader: Add support for rvalue references. Closes #278313#c5. by bart · 13 years ago
  29. e64c5a9 debug info reader: Add support for DW_TAG_unspecified_type. Closes #278313. by bart · 13 years ago
  30. dac4779 debug info reader: rearrange the source code such that gcc issues a warning if an enumeration label is missing. by bart · 13 years ago
  31. 98500e2 Use snprintf() instead of sprintf() by bart · 13 years ago
  32. 56fe332 Handle longer un-sized symbols on arm-linux-android. by sewardj · 13 years ago
  33. 5f2dcad Don't break fcntl locks when program does mmap. #280965. by sewardj · 13 years ago
  34. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
  35. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  36. 7cf235b ML_(ppSym): minor improvement in debug printing for DiSyms. by sewardj · 13 years ago
  37. 50f5cea Fix a compile warning on {ppc32,ppc64}-linux. by sewardj · 13 years ago
  38. 720e6b7 Avoid potential overflow in range check. #273431. by sewardj · 13 years ago
  39. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  40. 86781fa More fixes for unaligned accesses in the debuginfo code. BZ#282527. by tom · 13 years ago
  41. ba4ce2f Fix another read_UInt that should be read_Addr. by tom · 13 years ago
  42. fd892fc Add read_Addr and use it so that we work on systems where an address by tom · 13 years ago
  43. b4dd5b4 Avoid using direct access to read multi-byte values from DWARF files by tom · 13 years ago
  44. 4df24de Use read_UInt to get the CRC as it may not be aligned. Fixes #283154. by tom · 13 years ago
  45. d32fb2b Move read_<type> routines from readdwarf.c to be module level by tom · 13 years ago
  46. 8dc3282 Un-break debuginfo image finding on non-Android Linuxes following r12057, duh. by sewardj · 13 years ago
  47. 55f2973 Add a facility for ad-hoc location of debuginfo files on Android. by sewardj · 13 years ago
  48. a2b14cc ML_(read_elf_debug_info): (no functional change, I hope): fix up by sewardj · 13 years ago
  49. 88d2c09 Android only: don't ignore zero-sized symbols, since some of them by sewardj · 13 years ago
  50. 796e4b2 Re-enable the use of loctab (line number table) trimming, for a 5% to by sewardj · 13 years ago
  51. 731f9cf by sewardj · 13 years ago
  52. 94bb772 Un-break Darwin build following r12041 (creation of struct _DebugInfoFSM) by sewardj · 13 years ago
  53. a5acac3 A refactoring change; no functional effect. struct _DebugInfo by sewardj · 13 years ago
  54. 0f4126c Get rid of DebugInfo::memname, a hangover from the now-removed AIX5 support. by sewardj · 13 years ago
  55. 1891b57 ML_(read_elf_debug_info): debug printing of program header entries: print file by sewardj · 13 years ago
  56. 6e166c2 ML_(read_elf_debug_info): if we exit from this routine via the BAD by sewardj · 13 years ago
  57. c5077b9 Print the (pseudo-)soname when doing debug printing for Mach-O by sewardj · 13 years ago
  58. c448a64 Un-break the build on OSX following r11981 (Remove the assumption, in by sewardj · 13 years ago
  59. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  60. 130f6f5 DWARF comparisons should be signed. Patch from Jakub Jelinek. by tom · 13 years ago
  61. b09d0ad Disable stabs reading on Android; it's uncompilable, and there's no point. by sewardj · 13 years ago
  62. 0610882 Disable stabs reading on ppc64-linux; it always segfaults. by sewardj · 13 years ago
  63. 0b98239 Implement some extra DWARF ops that gcc 4.6.1 seems to use. Fixes #275284. by tom · 13 years ago
  64. a8f761b Improve debug printing for ELF program header analysis. No functional change. by sewardj · 13 years ago
  65. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  66. eb16f33 Fix the computation of debuginfo bias values, in the case where the by sewardj · 13 years ago
  67. feb1566 Followup fix to r11794 (generalise processing of PT_LOAD entries): by sewardj · 13 years ago
  68. 2b74f45 ML_(read_elf_debug_info): when processing PT_LOAD entries from the by sewardj · 13 years ago
  69. 452e89a Handle ELF objects with two .eh_frame sections. This fixes a problem by sewardj · 13 years ago
  70. 889a6ae When reading Dwarf3 variable type and location information, print a by sewardj · 13 years ago
  71. dd2932b Back out r11705, which was an attempt to make reading of line number by sewardj · 13 years ago
  72. ad15ace read_dwarf2_lineblock: debug printing fix (no functional change) by sewardj · 13 years ago
  73. d7adca7 calling format_message: when passing frameNo == -1, also pass by sewardj · 13 years ago
  74. 06938af Make reading of line number info from LLVM-2.9-generated Dwarf3 work. by sewardj · 13 years ago
  75. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  76. 6c591e1 by sewardj · 13 years ago
  77. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  78. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  79. a1132f9 Process PDB files with a path that contains spaces properly. by bart · 13 years ago
  80. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  81. 2acc87c Handle Dwarf3 types created by GNAT. Fixes #255130. by sewardj · 14 years ago
  82. cd458d2 Minor improvements to PDB reading: by sewardj · 14 years ago
  83. e93f936 Avoid a double free when a binary has a build-id and no debuglink section. by tom · 14 years ago
  84. 50c5093 Add support for DW_ATE_UTF from DWARF4 which is needed for char16_t by tom · 14 years ago
  85. 15ff8f3 Don't look for build-id notes if NT_GNU_BUILD_ID is not defined. by tom · 14 years ago
  86. 6ef87e6 Add support for using build-id to find debugging information as by tom · 14 years ago
  87. 14cdbf8 Make the --prefix-to-strip=... command-line option added in r11312 by sewardj · 14 years ago
  88. a6f76ee Remove some fluff detected by llvm-2.8 (clang): by sewardj · 14 years ago
  89. bdee918 Dwarf3 reader: handle Dwarf3 created by gcc-4.5.1. In other words, by sewardj · 14 years ago
  90. cec083d Only use VKI_O_LARGEFILE on platforms where it exists. This by sewardj · 14 years ago
  91. 2988b84 When opening an mmaped file to see if it's an ELF file that we should by sewardj · 14 years ago
  92. a2b2bb8 Make readdwarf.c big endianess safe to enable unwinding on big endian by sewardj · 14 years ago
  93. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  94. 987a765 by sewardj · 14 years ago
  95. 5dd0190 Added command-line option --prefix-to-strip=... Closes #245535. by bart · 14 years ago
  96. 0418bd3 pdb_ds_read: if the presented size is implausibly huge (> 512MB), by sewardj · 14 years ago
  97. f7ee6fb Put quotes around the argument to /usr/bin/dsymutil, so it doesn't by sewardj · 14 years ago
  98. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  99. fba428c Add some basic DWARF4 support. Based on patch from Jakub Jelinek by tom · 14 years ago
  100. 51c9d37 search_all_symtabs: when mapping addresses to text symbols, consider by sewardj · 14 years ago