1. 8130f91 On a big application linking with gtk, using the compilation options by philippe · 10 years ago
  2. 5c5b8fc For the following c program: by philippe · 10 years ago
  3. 0abc419 mips32/64: According to DWARF version 4 in DW_TAG_structure_type we can by dejanj · 10 years ago
  4. e5cf451 Bug 327916 - DW_TAG_typedef may have no name by mjw · 11 years ago
  5. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  6. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  7. 9d82d0f Bug 289360 parse_type_DIE confused by DW_TAG_enumeration_type. by mjw · 11 years ago
  8. 81d24c3 fix 310424 --read-var-info does not properly describe static variables by philippe · 12 years ago
  9. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 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. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  13. f7c9714 Initial support for DWZ compressed debuginfo -- don't crash, at least, by sewardj · 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. ee93cdb Correctly parse DW_FORM_ref_addr -- its format is different in Dwarf2 by sewardj · 12 years ago
  18. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  19. 471d6b3 Fix incorrect use of VG_(addToXA). (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  20. a2af13d Comment-only fix. (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  21. 4bad593 Fix leak of range_list (see below an example) in readdwarf3.c. by philippe · 12 years ago
  22. d9df0ea Fix leak found by running memcheck/tests/varinfo[1-6].vgtest by philippe · 12 years ago
  23. 0e947cf debug info reader: Add support for rvalue references. Closes #278313#c5. by bart · 13 years ago
  24. e64c5a9 debug info reader: Add support for DW_TAG_unspecified_type. Closes #278313. by bart · 13 years ago
  25. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  26. 86781fa More fixes for unaligned accesses in the debuginfo code. BZ#282527. by tom · 13 years ago
  27. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  28. 6c591e1 by sewardj · 13 years ago
  29. 2acc87c Handle Dwarf3 types created by GNAT. Fixes #255130. by sewardj · 14 years ago
  30. 50c5093 Add support for DW_ATE_UTF from DWARF4 which is needed for char16_t by tom · 14 years ago
  31. a6f76ee Remove some fluff detected by llvm-2.8 (clang): by sewardj · 14 years ago
  32. bdee918 Dwarf3 reader: handle Dwarf3 created by gcc-4.5.1. In other words, by sewardj · 14 years ago
  33. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  34. fba428c Add some basic DWARF4 support. Based on patch from Jakub Jelinek by tom · 14 years ago
  35. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  36. b34bb1d parse_type_DIE: push incomplete structure tyents on the type stack, by sewardj · 15 years ago
  37. 07de5dd Ignore structure members with no location - thiscan happen with static by tom · 15 years ago
  38. d801177 Use Dwarf3 section version numbers as specified in Appendix F of the by sewardj · 15 years ago
  39. 7225992 Handle some more DW_TAG_subrange_type cases which Fedora 11's by tom · 15 years ago
  40. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  41. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  42. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  43. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  44. 9f20746 Updated copyright years. by njn · 15 years ago
  45. 402c9ee Keep track of the svma and bias values for the debug data separately by tom · 15 years ago
  46. 3145230 Handle a couple of artefacts produced by icc11: DW_TAG_reference_type by sewardj · 16 years ago
  47. 6ece231 Accept 'enum' type DIEs that do not have any names; apparently Dwarf2 by sewardj · 16 years ago
  48. 055b0f8 Handle the case where a Compilation Unit (CU) (or, really, the CU and by sewardj · 16 years ago
  49. 588658b Don't assume that all global variables are in the data section - we by tom · 16 years ago
  50. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  51. b2250d3 get_Form_contents: handle DW_FORM_block2. by sewardj · 16 years ago
  52. f3aaa33 Tolerate apparently broken Dwarf3 generated by gcc (GCC) 4.4.0 by sewardj · 16 years ago
  53. 3d3380f Don't assert on icc9 generated Dwarf3. by sewardj · 16 years ago
  54. 9c606bd by sewardj · 16 years ago
  55. 59a2d18 Rework storage management in the Dwarf3 type and variable reader, to by sewardj · 16 years ago
  56. 6a3a284 Make the absolute bare minimum changes needed to stop the Dwarf3 by sewardj · 16 years ago
  57. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  58. f578a69 Handle apparently-bogus DW_TAG_compilation_unit DIE that shows up in by sewardj · 16 years ago
  59. 7cf4e6b by sewardj · 16 years ago
  60. 68a2ebd Try to handle the situation where an object is first split into a base by sewardj · 16 years ago
  61. 0b5bf91 Handle DW_FORM_data8. by sewardj · 16 years ago
  62. aed2e4c Compiles now with gcc 2.96 too. by bart · 16 years ago
  63. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago