1. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  2. 83f9e79 Remove VG_ERRTXT_LEN from core.h. by njn · 19 years ago
  3. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  4. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  5. 132bfcc by njn · 19 years ago
  6. 36a20fa by njn · 19 years ago
  7. 97405b2 by njn · 19 years ago
  8. 8665d8e Minor refinements/bug-fixes to XML printing. by sewardj · 19 years ago
  9. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  10. 04e1698 by njn · 19 years ago
  11. 7c9e57c XML output futzing-around-with. by sewardj · 19 years ago
  12. 9f297ca Print error counts in the XML output. by sewardj · 19 years ago
  13. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  14. 2024234 by njn · 19 years ago
  15. bc93cc0 bugfix: don't print bogus "obj:" lines when generating suppressions. by njn · 19 years ago
  16. 02bc4b8 by njn · 19 years ago
  17. 3cbfbc1 by njn · 19 years ago
  18. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  19. 51d827b by njn · 19 years ago
  20. 267100d Rename the first three modules as per naming scheme. by sewardj · 19 years ago[Renamed (99%) from coregrind/errormgr.c]
  21. d2b1711 by njn · 19 years ago[Renamed (98%) from coregrind/vg_errcontext.c]
  22. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 19 years ago
  23. 0c0f32a Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE and by njn · 19 years ago
  24. 47b209a Rename M_VG_ERRTXT as VG_ERRTXT_LEN, which is more consistent with other names. by njn · 19 years ago
  25. d01fef7 by njn · 19 years ago
  26. f426131 by njn · 19 years ago
  27. 3f04d24 Print messages only shown with -v using Vg_DebugMsg, rather than Vg_UserMsg. by njn · 19 years ago
  28. 14319cc Remove some dead macros. by njn · 19 years ago
  29. b9ecfe3 comment-only wibble by njn · 19 years ago
  30. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  31. 58c9f81 Only try matching if the pointer could be resolved to a name. by njn · 19 years ago
  32. b5f6f51 by sewardj · 19 years ago
  33. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  34. d153fae Add a new variant for --gen-suppressions: --gen-suppressions=all, by sewardj · 20 years ago
  35. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  36. bd2e75c by njn · 20 years ago
  37. 94065fd by njn · 20 years ago
  38. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  39. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  40. b126f73 Renamed functions with 'Skin' in them: SK_(pp_SkinError), by njn · 20 years ago
  41. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  42. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  43. 0ec1e19 Replace magic number with proper constant. by nethercote · 20 years ago
  44. 8ed8a89 Don't silently ignore any suppression contexts beyond the 4th -- instead abort by nethercote · 20 years ago
  45. 3b38c1d Increase the size of M_VG_ERRTXT from 512B to 4KB, increasing the size of C++ by nethercote · 20 years ago
  46. 86c5dcb by nethercote · 20 years ago
  47. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  48. 4606320 by nethercote · 20 years ago
  49. f1e5e15 by nethercote · 20 years ago
  50. 59a122d by nethercote · 20 years ago
  51. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  52. f2b1148 by nethercote · 20 years ago
  53. 4a18490 Make the Supp and Error types local to vg_errcontext.h; they don't need to be by nethercote · 20 years ago
  54. 125c91e typo by nethercote · 20 years ago
  55. 04d0fbc Patch from Tom Hughes: by nethercote · 21 years ago
  56. 10d481a staticalise by nethercote · 21 years ago
  57. 42602b1 Anti-globalisation by nethercote · 21 years ago
  58. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  59. b727d04 Make --gdb-attach=yes work properly; rather than trying to attach gdb by fitzhardinge · 21 years ago
  60. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  61. a49f9b5 Auto-generate stage2.lds so that the linker script matches the local linker. by fitzhardinge · 21 years ago
  62. 137bc55 by nethercote · 21 years ago
  63. 77eba60 by nethercote · 21 years ago
  64. f3c3f1a When creating a logfile name, add a sequence number to the name in case by jsgf · 21 years ago
  65. a70114c Fix up the way SK_(update_extra)() is called. by njn · 21 years ago
  66. a602261 Fix the strdup-of-OverlapErr-string problem better. Move the by sewardj · 21 years ago
  67. 7ebf7c3 construct_error(): strdup the supplied s (string) param which gives by sewardj · 21 years ago
  68. 7271864 by njn · 21 years ago
  69. 6a23053 This commit fixed some bugs in error and suppression handling. Basically, I by njn · 21 years ago
  70. 6024b21 Add patch from Sami Liedes <sliedes@cc.hut.fi> making GDB use more flexible: by sewardj · 21 years ago
  71. 57a8f5f load_one_suppressions_file(): Make sure to finish reading by sewardj · 21 years ago
  72. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  73. 633de32 by njn · 21 years ago
  74. 47363ab by njn · 21 years ago
  75. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  76. b4aee05 Namespace police by njn · 21 years ago
  77. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  78. 43c799e by njn · 21 years ago
  79. ae17bec by njn · 22 years ago
  80. 99aac97 by sewardj · 22 years ago
  81. 22854b9 by sewardj · 22 years ago
  82. 1d6c4bc by njn · 22 years ago
  83. 810086f by njn · 22 years ago
  84. 11cc925 by njn · 22 years ago
  85. d04b7c6 by njn · 22 years ago
  86. c953984 by njn · 22 years ago
  87. e427a66 by njn · 22 years ago
  88. c40c3a8 by njn · 22 years ago
  89. 4ba5a79 by njn · 22 years ago
  90. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  91. 2e43290 Rename event-horizon to error-limit; the former may have trendy black-hole by sewardj · 22 years ago
  92. 72f98ff Add --event-horizon=yes|no [yes] so that the limit on errors shown by sewardj · 22 years ago
  93. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  94. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  95. b581a13 Improvements to the error-collecting machinery: by sewardj · 22 years ago
  96. 7c062c9 Fix free and free-mismatch err so the top frame in the bt isn't skipped. by sewardj · 22 years ago
  97. f2537be VG_(maybe_add_context): also stop collecting errors when the total by sewardj · 22 years ago
  98. c96f931 Once VG_(maybe_add_context) starts ignoring errors, ignore them by sewardj · 22 years ago
  99. 3580542 Make the GDB-attach stuff thread-aware, and work (at least partially) by sewardj · 22 years ago
  100. aabd5ad VG_(record_free_error) / VG_(record_freemismatch_error) are called by sewardj · 22 years ago