1. 6e166c2 ML_(read_elf_debug_info): if we exit from this routine via the BAD by sewardj · 13 years ago
  2. c5077b9 Print the (pseudo-)soname when doing debug printing for Mach-O by sewardj · 13 years ago
  3. c448a64 Un-break the build on OSX following r11981 (Remove the assumption, in by sewardj · 13 years ago
  4. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  5. 130f6f5 DWARF comparisons should be signed. Patch from Jakub Jelinek. by tom · 13 years ago
  6. b09d0ad Disable stabs reading on Android; it's uncompilable, and there's no point. by sewardj · 13 years ago
  7. 0610882 Disable stabs reading on ppc64-linux; it always segfaults. by sewardj · 13 years ago
  8. 0b98239 Implement some extra DWARF ops that gcc 4.6.1 seems to use. Fixes #275284. by tom · 13 years ago
  9. a8f761b Improve debug printing for ELF program header analysis. No functional change. by sewardj · 13 years ago
  10. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  11. eb16f33 Fix the computation of debuginfo bias values, in the case where the by sewardj · 13 years ago
  12. feb1566 Followup fix to r11794 (generalise processing of PT_LOAD entries): by sewardj · 13 years ago
  13. 2b74f45 ML_(read_elf_debug_info): when processing PT_LOAD entries from the by sewardj · 13 years ago
  14. 452e89a Handle ELF objects with two .eh_frame sections. This fixes a problem by sewardj · 13 years ago
  15. 889a6ae When reading Dwarf3 variable type and location information, print a by sewardj · 13 years ago
  16. dd2932b Back out r11705, which was an attempt to make reading of line number by sewardj · 13 years ago
  17. ad15ace read_dwarf2_lineblock: debug printing fix (no functional change) by sewardj · 13 years ago
  18. d7adca7 calling format_message: when passing frameNo == -1, also pass by sewardj · 13 years ago
  19. 06938af Make reading of line number info from LLVM-2.9-generated Dwarf3 work. by sewardj · 13 years ago
  20. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  21. 6c591e1 by sewardj · 13 years ago
  22. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  23. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  24. a1132f9 Process PDB files with a path that contains spaces properly. by bart · 13 years ago
  25. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  26. 2acc87c Handle Dwarf3 types created by GNAT. Fixes #255130. by sewardj · 14 years ago
  27. cd458d2 Minor improvements to PDB reading: by sewardj · 14 years ago
  28. e93f936 Avoid a double free when a binary has a build-id and no debuglink section. by tom · 14 years ago
  29. 50c5093 Add support for DW_ATE_UTF from DWARF4 which is needed for char16_t by tom · 14 years ago
  30. 15ff8f3 Don't look for build-id notes if NT_GNU_BUILD_ID is not defined. by tom · 14 years ago
  31. 6ef87e6 Add support for using build-id to find debugging information as by tom · 14 years ago
  32. 14cdbf8 Make the --prefix-to-strip=... command-line option added in r11312 by sewardj · 14 years ago
  33. a6f76ee Remove some fluff detected by llvm-2.8 (clang): by sewardj · 14 years ago
  34. bdee918 Dwarf3 reader: handle Dwarf3 created by gcc-4.5.1. In other words, by sewardj · 14 years ago
  35. cec083d Only use VKI_O_LARGEFILE on platforms where it exists. This by sewardj · 14 years ago
  36. 2988b84 When opening an mmaped file to see if it's an ELF file that we should by sewardj · 14 years ago
  37. a2b2bb8 Make readdwarf.c big endianess safe to enable unwinding on big endian by sewardj · 14 years ago
  38. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  39. 987a765 by sewardj · 14 years ago
  40. 5dd0190 Added command-line option --prefix-to-strip=... Closes #245535. by bart · 14 years ago
  41. 0418bd3 pdb_ds_read: if the presented size is implausibly huge (> 512MB), by sewardj · 14 years ago
  42. f7ee6fb Put quotes around the argument to /usr/bin/dsymutil, so it doesn't by sewardj · 14 years ago
  43. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  44. fba428c Add some basic DWARF4 support. Based on patch from Jakub Jelinek by tom · 14 years ago
  45. 51c9d37 search_all_symtabs: when mapping addresses to text symbols, consider by sewardj · 14 years ago
  46. f7183e3 Inline most functions in VG_(use_CF_info). May or may not give a by sewardj · 14 years ago
  47. 01b768b Guard new debug print statement in r11045 correctly (at all!) by sewardj · 14 years ago
  48. 7e5634b Make -v messages w.r.t. finding of auxiliary debuginfo files less confusing. by sewardj · 14 years ago
  49. 2072880 Reduce verbosity of the PDB reader a bit. Original verbosity is still by sewardj · 14 years ago
  50. 13ac96d Try to find the PDB file for a given PE file by the totally kludgey by sewardj · 14 years ago
  51. ced8506 Fix bogus comparisons of PDB vs PE timestamps, so as to avoid by sewardj · 14 years ago
  52. 23183c0 The client request VG_USERREQ__LOAD_PDB_DEBUGINFO that we get from by sewardj · 15 years ago
  53. 6560f21 Fix up obviously-bogus FPO biasing a bit. Not that I have any idea if by sewardj · 15 years ago
  54. 39ff606 Make the FPO reader much more robust against apparently nonsensical by sewardj · 15 years ago
  55. 7138ef0 PE/PDB handling: allow the PDB (the debuginfo file) to be up to 1 by sewardj · 15 years ago
  56. 275f93d Fix up debug printing for the PDB reader, so it can be properly by sewardj · 15 years ago
  57. b9c17d2 DW_OP_mod should do unsigned arithmetic. Closes #223656. by tom · 15 years ago
  58. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 15 years ago
  59. d2aac89 initUnwindContext: put back into the loop, some initialisations for by sewardj · 15 years ago
  60. 9365e3f Unbreak stack unwinding on x86-linux and amd64-linux following merge by sewardj · 15 years ago
  61. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 15 years ago
  62. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  63. e32a3b0 Double the size of some table to do with reading CIEs. by sewardj · 15 years ago
  64. f41999a Cope with prelink splitting the bss section of an ELF file into separate by tom · 15 years ago
  65. ccc20b1 Make sure isIFunc is initialised whenever we add a symbol. by tom · 15 years ago
  66. 67dda56 Handle the isIFunc flag when canonicalising the symbol table. by tom · 15 years ago
  67. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  68. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  69. f56d255 ppc32-linux: di_notify_mmap: accept data sections mapped rwx as well as ones by sewardj · 15 years ago
  70. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  71. b34bb1d parse_type_DIE: push incomplete structure tyents on the type stack, by sewardj · 15 years ago
  72. 97db761 Various option-related tweaks: by njn · 15 years ago
  73. 07de5dd Ignore structure members with no location - thiscan happen with static by tom · 15 years ago
  74. de1b03d Patch to remember/restore CFA state on DW_CFA_{remember,restore}_state. by sewardj · 15 years ago
  75. d801177 Use Dwarf3 section version numbers as specified in Appendix F of the by sewardj · 15 years ago
  76. 7225992 Handle some more DW_TAG_subrange_type cases which Fedora 11's by tom · 15 years ago
  77. a9269e3 Add /Applications to the list of directories in which not to try to auto-run dsymutil. by sewardj · 15 years ago
  78. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  79. 94be743 Make sure the entire symbol is swapped when canonicaliseSymtab decides by tom · 15 years ago
  80. 6ff700c Add missing newlines in readmacho.c messages. Fixes Massif test failures on by njn · 15 years ago
  81. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  82. 368ef5d When looking for the text section in a PE executable ignore any by tom · 15 years ago
  83. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  84. 166dc7d Fix compile breakage in is_systemish_library_name introduced in r10173. by sewardj · 15 years ago
  85. ca04aa6 is_systemish_library_name: add "/opt" and "/sw" to the list of places by sewardj · 15 years ago
  86. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  87. b2882a6 DARWIN sync: add a comment. by njn · 15 years ago
  88. 3d026b1 by sewardj · 15 years ago
  89. de706e3 DARWIN sync: put conditional compilation alternatives in the usual order. by njn · 15 years ago
  90. eeff47a DARWIN sync: comment change. by njn · 15 years ago
  91. 27cfc4c DARWIN sync: stabs wibble. by njn · 15 years ago
  92. 9c20ece Merge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch, by njn · 15 years ago
  93. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  94. 26db80b Merged r9678 (removed a compile warning) from the DARWIN branch. by njn · 15 years ago
  95. 27a0024 Add some extra symbol comparisons, based on those from the DARWIN branch. by njn · 15 years ago
  96. bcaa2c8 Comment-only change: add comments pertaining to revs 9329 and 9469, by sewardj · 15 years ago
  97. c8259b8 by sewardj · 15 years ago
  98. 80b8b09 Handle DW_CFA_same_value opcodes in DWARF CFI data. by tom · 15 years ago
  99. ce9dd9e Check whether the symbol table is in the main object file or the debug by tom · 15 years ago
  100. 5e40aba Tweak the format of stack traces, so they're more consistent. by njn · 15 years ago