1. 7cf4e6b by sewardj · 16 years ago
  2. 15728ab Only read debug information from regular files, and not from device nodes. Do not complain on files for which we do not have read access. by bart · 16 years ago
  3. 5dd8e6a Moved macro's that specify branch prediction hints to include/pub_tool_basics.h by bart · 16 years ago
  4. 2ac79d3 Kludgily fix a regression caused by the recent DATASYMS merge, which by sewardj · 16 years ago
  5. aa3c28a Handle DW_OP_deref. by sewardj · 16 years ago
  6. 68a2ebd Try to handle the situation where an object is first split into a base by sewardj · 16 years ago
  7. 0b5bf91 Handle DW_FORM_data8. by sewardj · 16 years ago
  8. 33e4e7e Don't tell m_redir (and the user) that debuginfo is about to be by sewardj · 16 years ago
  9. aed2e4c Compiles now with gcc 2.96 too. by bart · 16 years ago
  10. 76d15fa Don't be quite so paranoid about rejecting symbols that fall outside by sewardj · 16 years ago
  11. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  12. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  13. c153bf6 Handle DW_OP_plus_uconst. Possibly fixes #155091 (not yet confirmed by sewardj · 17 years ago
  14. f32ec7f If we don't find the address in the segInfo list that ask the address by tom · 17 years ago
  15. ab3698a Back out r7210 ("Fix completely bogus implementation of by sewardj · 17 years ago
  16. 6eab897 Don't be confused by archive (.a) files which contain both a 32-bit by sewardj · 17 years ago
  17. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  18. 714c662 Fix completely bogus implementation of VG_(seginfo_sect_kind). This by sewardj · 17 years ago
  19. fc7773a Don't load debug sections from the linked debug file if we have by tom · 17 years ago
  20. 1ff57e6 Be more robust against malformed DWARF2 line number information: don't by sewardj · 17 years ago
  21. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  22. bd7aca6 Handle DW_OP_deref in DWARF3 expressions. Fixes #147285. by sewardj · 17 years ago
  23. 1ac9d0c Avoid compilation warnings with gcc-4.2. by sewardj · 17 years ago
  24. 38dba99 Add disclaimers. by sewardj · 17 years ago
  25. db5c657 augment previous commit by njn · 17 years ago
  26. c1b1d42 It's generally a good idea to set call-by-reference arguments, especially by njn · 17 years ago
  27. b4cfa2f Remove duplicate code -- make XArray use VG_(ssort). by njn · 17 years ago
  28. 7888e22 Handle DW_CFA_def_cfa_expression; also DW_OP_mul. by sewardj · 18 years ago
  29. 19dc88f Fill in a few more DWARF3 'expression' related cases. by sewardj · 18 years ago
  30. c271ec8 by sewardj · 18 years ago
  31. 261e4ce Barf more elegantly. by sewardj · 18 years ago
  32. c4217cd Make the leb readers 64-bit clean. That should guard against another by sewardj · 18 years ago
  33. 72427fa by sewardj · 18 years ago
  34. 94ef4a4 Comment-only change. by sewardj · 18 years ago
  35. d864eb9 by sewardj · 18 years ago
  36. ddf006d by sewardj · 18 years ago
  37. 461d6c6 Make the frame unwinder able to handle 64-bit DWARF (untested :-( by sewardj · 18 years ago
  38. 687bbf6 Improve --debug-dump=frames output. by sewardj · 18 years ago
  39. 8c90d27 Correctly handle DW_CFA_def_cfa_sf (existing code fails to scale by sewardj · 18 years ago
  40. 3646a49 Non-functional (debug printing only) change: by sewardj · 18 years ago
  41. a44b15f Make VG_(printf) et al conform to ANSI w.r.t. capitalisation of by sewardj · 18 years ago
  42. f767d96 by sewardj · 18 years ago
  43. f7cdfe2 Unbreak aix build. by sewardj · 18 years ago
  44. 301901f Handle DW_CFA_undefined (produced by PathScale 2.4 on amd64-linux) by sewardj · 18 years ago
  45. 3891dd4 ML_(read_callframe_info_dwarf2): deal better with CIEs with no by sewardj · 18 years ago
  46. 50a3aa1 In struct _SegInfo, rename field 'size' to 'text_size' so as to be by sewardj · 18 years ago
  47. 0bf42fc In struct _SegInfo, rename field 'offset' to 'text_bias'. by sewardj · 18 years ago
  48. c6d3f6f Non-functional change: rename a bunch of variables and field names by sewardj · 18 years ago
  49. e872fec Generate valid XML even for very long fn names - always ensure tags by sewardj · 18 years ago
  50. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  51. 1936f8b by sewardj · 18 years ago
  52. 4ee4f98 Merge r6129: by sewardj · 18 years ago
  53. be60d32 Merge r6100: by sewardj · 18 years ago
  54. 4cfea4f by sewardj · 18 years ago
  55. 2e54028 Slacken assertion slightly, and add comments. Fixes #133051 by sewardj · 18 years ago
  56. 574b893 Use fstat64 to work out the size of a file if it is available as it by tom · 18 years ago
  57. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  58. 534e201 Properly handle external debuginfo (.gnu_debuglink) for stripped and by sewardj · 18 years ago
  59. d69222c Fold in a patch which appeared in FC5's default valgrind build, which by sewardj · 18 years ago
  60. 72c84c9 Avoid compiler warnings on ppc64-linux. by sewardj · 18 years ago
  61. eadcd86 Cleanup/restructure m_debuginfo, as described in by sewardj · 18 years ago
  62. f8dc64f Denestification. by rjwalsh · 19 years ago
  63. 1162491 Teach the Dwarf2 line-info reader how to handle so-called 64-bit by sewardj · 19 years ago
  64. aa80426 Rationalise demangling a bit more, so that suppression matching works by sewardj · 19 years ago
  65. 0c95e94 Fix an all-platforms bug introduced by the recent overhaul of function by sewardj · 19 years ago
  66. 40c186c Further refine ppc64-linux ELF symbol table reading to try to by sewardj · 19 years ago
  67. 69724e6 Tidy up ELF symbol table reading a bit. Make a completely new by sewardj · 19 years ago
  68. 1a85f4f by sewardj · 19 years ago
  69. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  70. b44c0b6 Handle the <<= and >>= operators in stabs. Fixes bug #119914. by tom · 19 years ago
  71. ac39b46 This is logically part of r5501 (ppc64-linux symbol reading fixes) by sewardj · 19 years ago
  72. 8588865 Make symbol table reading understand the .opd section conventions used by sewardj · 19 years ago
  73. 1a0e39f Read dwarf2 line number information even if a .debug_str section was by sewardj · 19 years ago
  74. 018895d Tentative fix for #117332: No line numbers printed by Valgrind 3.1.0 by sewardj · 19 years ago
  75. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  76. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  77. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  78. 7e8c7ca Reinstate code to extent SegInfo ranges to cover all PT_LOAD segments by tom · 19 years ago
  79. a2c7603 Fix stabs decoder to allow :: in a method name provided it is inside by tom · 19 years ago
  80. 1d3cee2 On amd64, when running allocation-intensive code in the presence of by sewardj · 19 years ago
  81. 151a639 Fix compiler warnings. by tom · 19 years ago
  82. f72cced Second try at getting rid of the is_self() hack used to decide when to by sewardj · 19 years ago
  83. 69c273f Read debug info from the V exe when it is installed as an in-place build. by sewardj · 19 years ago
  84. 88b7add Handle SHT_NOBITS sections when checking for section overruns. This by sewardj · 19 years ago
  85. 8bf1c33 Don't assert if the DWARF line info reader is given so little data that by tom · 19 years ago
  86. 681b881 Unfortunately gcc4 doesn't like recently added prototypes. Comment by sewardj · 19 years ago
  87. b18cf2b Avoid two compiler warnings. by njn · 19 years ago
  88. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  89. 50d01ab Make sure we have all the DWARF2 sections before trying to decode by tom · 19 years ago
  90. 0d1a896 Clean up the m_debuginfo interface a bit. by sewardj · 19 years ago
  91. 45f4e7c by sewardj · 19 years ago
  92. 73dc2c7 Give file a better name. by njn · 19 years ago
  93. 7a74054 Only show the "line number too large" warning once. by njn · 19 years ago
  94. b3edb1f by njn · 19 years ago
  95. 6c93c4f If the pre-handler for the execve system call fails to state the file by tom · 19 years ago
  96. cbd2f03 Don't show CFI reader warnings without -v. This is intended to hide by sewardj · 19 years ago
  97. c2bf09c A static const variable must have a constant initialiser, so remove the by tom · 19 years ago
  98. 7906958 Replace a bunch of useless memory-to-memory copies with some highly by sewardj · 19 years ago
  99. e75d157 When canonicalising CFI information, truncate overlapping address by sewardj · 19 years ago
  100. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago