1. 5f229e2 Get rid of some macros used only by the old aspacemgr, and tidy up by sewardj · 19 years ago
  2. a0461a6 Get rid of the "ioctl-mmap" weird-hack flag. by sewardj · 19 years ago
  3. fdf91b4 Small cleanups, mostly of m_main: by sewardj · 19 years ago
  4. 90d3854 Don't reserve space for trampoline page on the stack, since it isn't by sewardj · 19 years ago
  5. 45f4e7c by sewardj · 19 years ago
  6. c6957cf Rename VG_(have_altivec) => VG_(have_altivec_ppc) for consistency. by cerion · 19 years ago
  7. bc28f66 setup new variable VG_(have_altivec) from auxv::AT_HWCAP by cerion · 19 years ago
  8. 7b4e5ba by njn · 19 years ago
  9. 46a4a76 Make sure we have enough space for the name if the path is empty. Patch by tom · 19 years ago
  10. 753673f Print all XML output with a consistent nesting style, so as to make it by sewardj · 19 years ago
  11. cdd81cb ppc32-linux only: HACK: for now, mess with the auxv handed to the by sewardj · 19 years ago
  12. 5b742c3 If --log-file-qualifier= is set, and we're logging to a file or by sewardj · 19 years ago
  13. ce54555 Recategorise options in the usage message. by njn · 19 years ago
  14. 3448a1c Don't claim that the --single-step= and --optimise= flags exist any by sewardj · 19 years ago
  15. 33e6042 Rename tags in XML <status> block. by sewardj · 19 years ago
  16. 8637545 --branchpred= doesn't do anything (I'm not sure what it ever did do). Rm'd. by sewardj · 19 years ago
  17. 3d7c2f0 Get rid of --support-elan3=. This flag wasn't doing anything since by sewardj · 19 years ago
  18. 6c3a219 Rename --smc-support= to --smc-check=. by sewardj · 19 years ago
  19. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  20. c8ec9f8 Recategorise some options in the usage message. by njn · 19 years ago
  21. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  22. 768db0e New command line option: --xml-user-comment=XMLTEXT, which allows by sewardj · 19 years ago
  23. b8a3dac Show Valgrind's args too in the XML output. by sewardj · 19 years ago
  24. 68cde6f Add time stamps to XML START/FINISH indications. by sewardj · 19 years ago
  25. ad31116 New command line option: --log-file-qualifier=VAR. When specified, by sewardj · 19 years ago
  26. 3965520 xml output for tool=none is fine too. by cerion · 19 years ago
  27. d714d2e A longer gdb-attach delay for ppc by sewardj · 19 years ago
  28. 26412bd Support for self modifying code on unfriendly platforms (x86, amd64) by sewardj · 19 years ago
  29. 21f7f0c --time-stamp=yes is incompatible with --xml=yes, at least for the moment. by sewardj · 19 years ago
  30. 11adeb2 Tweak debug output. by njn · 19 years ago
  31. e755b9e ppc32-linux: Vex implements dcbz correctly now. No need to mess with by sewardj · 19 years ago
  32. d94b90a XML printing fixes for printing to file descriptors. by sewardj · 19 years ago
  33. 10f08cf ppc32: reinstate collection of cache-line-size info from the auxv by sewardj · 19 years ago
  34. 41d7616 Get rid of some VDSO finding stuff which was ifdef VGP_ppc32_linux but by sewardj · 19 years ago
  35. 0ae787c by njn · 19 years ago
  36. 842c26e Fix comment. by njn · 19 years ago
  37. 2025cf9 Break up VG_(show_BB_profile)(), and move half of it into m_main. This by njn · 19 years ago
  38. 945ed2e by njn · 19 years ago
  39. 266c8e6 Disable debug printing by default so we have any hope of getting by sewardj · 19 years ago
  40. 8211a57 Kludge up wait_for_gdb even more. by sewardj · 19 years ago
  41. af839f5 by njn · 19 years ago
  42. 62ff0f2 by njn · 19 years ago
  43. 08a2e17 by njn · 19 years ago
  44. 64c8324 by njn · 19 years ago
  45. b9bce63 Simplify the implementation of m_trampoline and the stuff that refers by sewardj · 19 years ago
  46. 3756925 turn off debugging output by njn · 19 years ago
  47. 899ce73 by njn · 19 years ago
  48. 94e62a3 (Re)-drop reliance on <sys/mman.h> and disable ppc32-linux specific by sewardj · 19 years ago
  49. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  50. 24cf3e0 whoops by njn · 19 years ago
  51. 75b65aa by njn · 19 years ago
  52. bc6d84d Fix up the libc_freeres_wrapper code so that m_main depends on m_redir, by njn · 19 years ago
  53. 6676d5b by njn · 19 years ago
  54. 394213a by njn · 19 years ago
  55. 8340749 by njn · 19 years ago
  56. 909c319 Don't #include <sys/stat.h>, which was causing problems due to by njn · 19 years ago
  57. dcc99d3 by njn · 19 years ago
  58. c7561b9 by njn · 19 years ago
  59. a7598f6 Moved the code trampoline stuff into a new module, m_trampoline. Not by njn · 19 years ago
  60. 2da7335 Moved two functions out of $ARCH/state.c into m_main, the only module by njn · 19 years ago
  61. c1b0181 by njn · 19 years ago
  62. 16eeb4e by njn · 19 years ago
  63. d7bddad Emit XML preamble in a more parseable way. by sewardj · 19 years ago
  64. f536bbb by njn · 19 years ago
  65. 8d9965c Move VG_(libdir) into m_libcproc. by njn · 19 years ago
  66. 7b85dd5 by njn · 19 years ago
  67. 9cb54ac by njn · 19 years ago
  68. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  69. e9befc6 by njn · 19 years ago
  70. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  71. 8aa3585 by njn · 19 years ago
  72. 63004dc by njn · 19 years ago
  73. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  74. 0140af5 Implement stack registration client requests. See the documentation by rjwalsh · 19 years ago
  75. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  76. 132bfcc by njn · 19 years ago
  77. 36a20fa by njn · 19 years ago
  78. 13bfd85 by njn · 19 years ago
  79. 97405b2 by njn · 19 years ago
  80. 8665d8e Minor refinements/bug-fixes to XML printing. by sewardj · 19 years ago
  81. 31513b4 by njn · 19 years ago
  82. 0c24647 by njn · 19 years ago
  83. 04e1698 by njn · 19 years ago[Renamed (97%) from coregrind/vg_main.c]
  84. 1075931 debug-logging (-d) totally didn't work when one Valgrindified process by sewardj · 19 years ago
  85. 1d88711 by sewardj · 19 years ago
  86. d1af003 by njn · 19 years ago
  87. 2c4df6e Remove out-of-date comment. by njn · 19 years ago
  88. a96e15a Spotted by Madhu Kurup: don't leak memory. by njn · 19 years ago
  89. 7c9e57c XML output futzing-around-with. by sewardj · 19 years ago
  90. 9f297ca Print error counts in the XML output. by sewardj · 19 years ago
  91. f178c30 fix trivial regtest failures by sewardj · 19 years ago
  92. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  93. 12d365b wibble by njn · 19 years ago
  94. a3506d3 Hmm, actually put some code into m_options.c. by njn · 19 years ago
  95. 2024234 by njn · 19 years ago
  96. 15f7dc0 wibble by sewardj · 19 years ago
  97. 311c5d8 Let's assume the client's address space starts at 0 until we port by njn · 19 years ago
  98. 02bc4b8 by njn · 19 years ago
  99. be9b47b by njn · 19 years ago
  100. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago