1. 821283b Initial implementation of CFI based stack unwinding for arm64-linux. by sewardj · 11 years ago
  2. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  3. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  4. b36d316 Recent libxul.so on ARM has more than 5000 CIEs. Increase N_CIEs, therefore. by sewardj · 11 years ago
  5. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  6. 087eb38 Increase size of the CIEs array to 5000. by sewardj · 11 years ago
  7. b22a1a4 Calculate offsets in read_dwarf2_lineblock based on is64 by petarj · 11 years ago
  8. 4c3b237 Simplify read_unitinfo_dwarf2. Only try to read the first DIE. by mjw · 11 years ago
  9. 58d9ce4 read_unitinfo_dwarf2 DW_FORM_ref_addr is address size in DWARF version 2. by mjw · 11 years ago
  10. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  11. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  12. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  13. 40628fa Implement some extra DW_OPs - more constants and some unary operators. by tom · 12 years ago
  14. f6716dd Rename CfiOp to CfiBinop in preparation for adding unary operators. by tom · 12 years ago
  15. 79fb231 When processing DW_OP_plus_uconst make sure we record an add, not by tom · 12 years ago
  16. 3aab0ad Fix skipping of block forms when this code is compiled by gcc 4.8 -- it by sewardj · 12 years ago
  17. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  18. f7c9714 Initial support for DWZ compressed debuginfo -- don't crash, at least, 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. 87a1fa5 ARM/Thumb only: fix a bug in which stack unwinding halts in some by sewardj · 12 years ago
  22. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  23. ba4ce2f Fix another read_UInt that should be read_Addr. by tom · 13 years ago
  24. fd892fc Add read_Addr and use it so that we work on systems where an address by tom · 13 years ago
  25. b4dd5b4 Avoid using direct access to read multi-byte values from DWARF files by tom · 13 years ago
  26. d32fb2b Move read_<type> routines from readdwarf.c to be module level by tom · 13 years ago
  27. a5acac3 A refactoring change; no functional effect. struct _DebugInfo by sewardj · 13 years ago
  28. 0b98239 Implement some extra DWARF ops that gcc 4.6.1 seems to use. Fixes #275284. by tom · 13 years ago
  29. 452e89a Handle ELF objects with two .eh_frame sections. This fixes a problem by sewardj · 13 years ago
  30. dd2932b Back out r11705, which was an attempt to make reading of line number by sewardj · 13 years ago
  31. ad15ace read_dwarf2_lineblock: debug printing fix (no functional change) by sewardj · 13 years ago
  32. 06938af Make reading of line number info from LLVM-2.9-generated Dwarf3 work. by sewardj · 13 years ago
  33. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  34. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  35. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  36. a2b2bb8 Make readdwarf.c big endianess safe to enable unwinding on big endian by sewardj · 14 years ago
  37. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  38. 987a765 by sewardj · 14 years ago
  39. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  40. fba428c Add some basic DWARF4 support. Based on patch from Jakub Jelinek by tom · 14 years ago
  41. d2aac89 initUnwindContext: put back into the loop, some initialisations for by sewardj · 15 years ago
  42. 9365e3f Unbreak stack unwinding on x86-linux and amd64-linux following merge by sewardj · 15 years ago
  43. 3026f71 Make the Dwarf3 CFI stack unwinding machinery work on arm-linux by sewardj · 15 years ago
  44. e32a3b0 Double the size of some table to do with reading CIEs. by sewardj · 15 years ago
  45. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  46. de1b03d Patch to remember/restore CFA state on DW_CFA_{remember,restore}_state. by sewardj · 15 years ago
  47. d801177 Use Dwarf3 section version numbers as specified in Appendix F of the by sewardj · 15 years ago
  48. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  49. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  50. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  51. 3d026b1 by sewardj · 15 years ago
  52. 80b8b09 Handle DW_CFA_same_value opcodes in DWARF CFI data. by tom · 15 years ago
  53. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  54. 9f20746 Updated copyright years. by njn · 15 years ago
  55. 402c9ee Keep track of the svma and bias values for the debug data separately by tom · 15 years ago
  56. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 15 years ago
  57. 13596ff Handle a couple of artefacts generated by gcc-4.4: DW_OP_reg{0..31} by sewardj · 16 years ago
  58. 588658b Don't assume that all global variables are in the data section - we by tom · 16 years ago
  59. 9c606bd by sewardj · 16 years ago
  60. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  61. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  62. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  63. c153bf6 Handle DW_OP_plus_uconst. Possibly fixes #155091 (not yet confirmed by sewardj · 17 years ago
  64. 1ff57e6 Be more robust against malformed DWARF2 line number information: don't by sewardj · 17 years ago
  65. bd7aca6 Handle DW_OP_deref in DWARF3 expressions. Fixes #147285. by sewardj · 17 years ago
  66. 7888e22 Handle DW_CFA_def_cfa_expression; also DW_OP_mul. by sewardj · 17 years ago
  67. 19dc88f Fill in a few more DWARF3 'expression' related cases. by sewardj · 17 years ago
  68. 261e4ce Barf more elegantly. by sewardj · 17 years ago
  69. c4217cd Make the leb readers 64-bit clean. That should guard against another by sewardj · 17 years ago
  70. 72427fa by sewardj · 17 years ago
  71. 94ef4a4 Comment-only change. by sewardj · 17 years ago
  72. ddf006d by sewardj · 17 years ago
  73. 461d6c6 Make the frame unwinder able to handle 64-bit DWARF (untested :-( by sewardj · 17 years ago
  74. 687bbf6 Improve --debug-dump=frames output. by sewardj · 17 years ago
  75. 8c90d27 Correctly handle DW_CFA_def_cfa_sf (existing code fails to scale by sewardj · 17 years ago
  76. 3646a49 Non-functional (debug printing only) change: by sewardj · 17 years ago
  77. f767d96 by sewardj · 17 years ago
  78. 301901f Handle DW_CFA_undefined (produced by PathScale 2.4 on amd64-linux) by sewardj · 18 years ago
  79. 3891dd4 ML_(read_callframe_info_dwarf2): deal better with CIEs with no by sewardj · 18 years ago
  80. c6d3f6f Non-functional change: rename a bunch of variables and field names by sewardj · 18 years ago
  81. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  82. 1936f8b by sewardj · 18 years ago
  83. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  84. 534e201 Properly handle external debuginfo (.gnu_debuglink) for stripped and by sewardj · 18 years ago
  85. d69222c Fold in a patch which appeared in FC5's default valgrind build, which by sewardj · 18 years ago
  86. eadcd86 Cleanup/restructure m_debuginfo, as described in by sewardj · 18 years ago[Renamed (97%) from coregrind/m_debuginfo/dwarf.c]
  87. 1162491 Teach the Dwarf2 line-info reader how to handle so-called 64-bit by sewardj · 18 years ago
  88. 1a0e39f Read dwarf2 line number information even if a .debug_str section was by sewardj · 19 years ago
  89. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  90. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  91. 151a639 Fix compiler warnings. by tom · 19 years ago
  92. 8bf1c33 Don't assert if the DWARF line info reader is given so little data that by tom · 19 years ago
  93. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  94. 50d01ab Make sure we have all the DWARF2 sections before trying to decode by tom · 19 years ago
  95. cbd2f03 Don't show CFI reader warnings without -v. This is intended to hide by sewardj · 19 years ago
  96. b174410 acroread-5.06 for x86-linux requires up to 598 CIEs. Bump the array by sewardj · 19 years ago
  97. 8a05172 A couple more XML cases that slipped through the net. by sewardj · 19 years ago
  98. dab4e4b Don't include headers from headers -- make inclusions explicit in all C files. by njn · 19 years ago
  99. 7eb7c58 by sewardj · 19 years ago
  100. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago