1. 1a0e39f Read dwarf2 line number information even if a .debug_str section was by sewardj · 19 years ago
  2. 018895d Tentative fix for #117332: No line numbers printed by Valgrind 3.1.0 by sewardj · 19 years ago
  3. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  4. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  5. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  6. 7e8c7ca Reinstate code to extent SegInfo ranges to cover all PT_LOAD segments by tom · 19 years ago
  7. a2c7603 Fix stabs decoder to allow :: in a method name provided it is inside by tom · 19 years ago
  8. 1d3cee2 On amd64, when running allocation-intensive code in the presence of by sewardj · 19 years ago
  9. 151a639 Fix compiler warnings. by tom · 19 years ago
  10. f72cced Second try at getting rid of the is_self() hack used to decide when to by sewardj · 19 years ago
  11. 69c273f Read debug info from the V exe when it is installed as an in-place build. by sewardj · 19 years ago
  12. 88b7add Handle SHT_NOBITS sections when checking for section overruns. This by sewardj · 19 years ago
  13. 8bf1c33 Don't assert if the DWARF line info reader is given so little data that by tom · 19 years ago
  14. 681b881 Unfortunately gcc4 doesn't like recently added prototypes. Comment by sewardj · 19 years ago
  15. b18cf2b Avoid two compiler warnings. by njn · 19 years ago
  16. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  17. 50d01ab Make sure we have all the DWARF2 sections before trying to decode by tom · 19 years ago
  18. 0d1a896 Clean up the m_debuginfo interface a bit. by sewardj · 19 years ago
  19. 45f4e7c by sewardj · 19 years ago
  20. 73dc2c7 Give file a better name. by njn · 19 years ago
  21. 7a74054 Only show the "line number too large" warning once. by njn · 19 years ago
  22. b3edb1f by njn · 19 years ago
  23. 6c93c4f If the pre-handler for the execve system call fails to state the file by tom · 19 years ago
  24. cbd2f03 Don't show CFI reader warnings without -v. This is intended to hide by sewardj · 19 years ago
  25. c2bf09c A static const variable must have a constant initialiser, so remove the by tom · 19 years ago
  26. 7906958 Replace a bunch of useless memory-to-memory copies with some highly by sewardj · 19 years ago
  27. e75d157 When canonicalising CFI information, truncate overlapping address by sewardj · 19 years ago
  28. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  29. f6ec8ec Re-institute SegInfo reference counting and deallocation. by njn · 19 years ago
  30. 265eb5c Allow negative sizes for structure members in stabs. Fixed bug #109385. by tom · 19 years ago
  31. 07720f3 Handle a 'd' stab that indicates a file in pascal. Fixes bug #89914. by tom · 19 years ago
  32. d8d0ad2 Handle stabs builtin type -30 (wide characters, 16 bit unsigned). by tom · 19 years ago
  33. 6e340c7 Clean up endianness macros a bit. Now pub_tool_basics.h defines by sewardj · 19 years ago
  34. 3c45f5b Rename VG_(get_obj)() as VG_(find_seginfo) to be more consistent by njn · 19 years ago
  35. b174410 acroread-5.06 for x86-linux requires up to 598 CIEs. Bump the array by sewardj · 19 years ago
  36. 8a05172 A couple more XML cases that slipped through the net. by sewardj · 19 years ago
  37. dab4e4b Don't include headers from headers -- make inclusions explicit in all C files. by njn · 19 years ago
  38. d9109c6 by njn · 19 years ago
  39. 0787fc0 by njn · 19 years ago
  40. 88c5148 by njn · 19 years ago
  41. 4f612c2 by njn · 19 years ago
  42. d9e5fd7 Rename functions to make the type involved clearer. by njn · 19 years ago
  43. 0d74162 by njn · 19 years ago
  44. 7b2c38c VG_() -> ML() for ppc32, amd64 (plus a few scattered ones in comments etc) by cerion · 19 years ago
  45. af839f5 by njn · 19 years ago
  46. 7eb7c58 by sewardj · 19 years ago
  47. 1727cc8 by njn · 19 years ago
  48. 899ce73 by njn · 19 years ago
  49. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  50. f4c5016 by njn · 19 years ago
  51. c7561b9 by njn · 19 years ago
  52. 3c54021 Don't do strlen on ui->compdir if it is NULL. Duh. by sewardj · 19 years ago
  53. 16eeb4e by njn · 19 years ago
  54. e36cb5a When separate debug information is used make sure we look for all by tom · 19 years ago
  55. 022bf2f Complete the merge of Eric Estievenart's DWARF2 directory-reading by sewardj · 19 years ago
  56. 7cee6f9 Updates to the rest of the debuginfo module to track directory names. by sewardj · 19 years ago
  57. c613dff Partially merge in a (heavily modified) patch from Eric Estievenart by sewardj · 19 years ago
  58. f536bbb by njn · 19 years ago
  59. e9befc6 by njn · 19 years ago
  60. 83f9e79 Remove VG_ERRTXT_LEN from core.h. by njn · 19 years ago
  61. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  62. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  63. 948d761 When printing XML, partially escape the output so that <, > and & in by sewardj · 19 years ago
  64. 6743b7c Disable debugging printing. Duh. by sewardj · 19 years ago
  65. 726baec More CFI-reader hacking. Thus far the reader has assumed that each by sewardj · 19 years ago
  66. e7aa4ae Clean up after m_syscalls changes: unbreak amd64-linux. by sewardj · 19 years ago
  67. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  68. 132bfcc by njn · 19 years ago
  69. 36a20fa by njn · 19 years ago
  70. 13bfd85 by njn · 19 years ago
  71. 97405b2 by njn · 19 years ago
  72. 8665d8e Minor refinements/bug-fixes to XML printing. by sewardj · 19 years ago
  73. 31513b4 by njn · 19 years ago
  74. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago