1. b9bce63 Simplify the implementation of m_trampoline and the stuff that refers by sewardj · 19 years ago
  2. 3756925 turn off debugging output by njn · 19 years ago
  3. 899ce73 by njn · 19 years ago
  4. 94e62a3 (Re)-drop reliance on <sys/mman.h> and disable ppc32-linux specific by sewardj · 19 years ago
  5. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  6. 24cf3e0 whoops by njn · 19 years ago
  7. 75b65aa by njn · 19 years ago
  8. bc6d84d Fix up the libc_freeres_wrapper code so that m_main depends on m_redir, by njn · 19 years ago
  9. 6676d5b by njn · 19 years ago
  10. 394213a by njn · 19 years ago
  11. 8340749 by njn · 19 years ago
  12. 909c319 Don't #include <sys/stat.h>, which was causing problems due to by njn · 19 years ago
  13. dcc99d3 by njn · 19 years ago
  14. c7561b9 by njn · 19 years ago
  15. a7598f6 Moved the code trampoline stuff into a new module, m_trampoline. Not by njn · 19 years ago
  16. 2da7335 Moved two functions out of $ARCH/state.c into m_main, the only module by njn · 19 years ago
  17. c1b0181 by njn · 19 years ago
  18. 16eeb4e by njn · 19 years ago
  19. d7bddad Emit XML preamble in a more parseable way. by sewardj · 19 years ago
  20. f536bbb by njn · 19 years ago
  21. 8d9965c Move VG_(libdir) into m_libcproc. by njn · 19 years ago
  22. 7b85dd5 by njn · 19 years ago
  23. 9cb54ac by njn · 19 years ago
  24. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  25. e9befc6 by njn · 19 years ago
  26. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  27. 8aa3585 by njn · 19 years ago
  28. 63004dc by njn · 19 years ago
  29. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  30. 0140af5 Implement stack registration client requests. See the documentation by rjwalsh · 19 years ago
  31. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  32. 132bfcc by njn · 19 years ago
  33. 36a20fa by njn · 19 years ago
  34. 13bfd85 by njn · 19 years ago
  35. 97405b2 by njn · 19 years ago
  36. 8665d8e Minor refinements/bug-fixes to XML printing. by sewardj · 19 years ago
  37. 31513b4 by njn · 19 years ago
  38. 0c24647 by njn · 19 years ago
  39. 04e1698 by njn · 19 years ago[Renamed (97%) from coregrind/vg_main.c]
  40. 1075931 debug-logging (-d) totally didn't work when one Valgrindified process by sewardj · 19 years ago
  41. 1d88711 by sewardj · 19 years ago
  42. d1af003 by njn · 19 years ago
  43. 2c4df6e Remove out-of-date comment. by njn · 19 years ago
  44. a96e15a Spotted by Madhu Kurup: don't leak memory. by njn · 19 years ago
  45. 7c9e57c XML output futzing-around-with. by sewardj · 19 years ago
  46. 9f297ca Print error counts in the XML output. by sewardj · 19 years ago
  47. f178c30 fix trivial regtest failures by sewardj · 19 years ago
  48. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  49. 12d365b wibble by njn · 19 years ago
  50. a3506d3 Hmm, actually put some code into m_options.c. by njn · 19 years ago
  51. 2024234 by njn · 19 years ago
  52. 15f7dc0 wibble by sewardj · 19 years ago
  53. 311c5d8 Let's assume the client's address space starts at 0 until we port by njn · 19 years ago
  54. 02bc4b8 by njn · 19 years ago
  55. be9b47b by njn · 19 years ago
  56. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  57. 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
  58. de583aa Move VG_(dispatch_ctr) out of vg_main.c, which never touches it, into by njn · 19 years ago
  59. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  60. 51d827b by njn · 19 years ago
  61. e96be67 by njn · 19 years ago
  62. 2521d32 by njn · 19 years ago
  63. a4469a7 Avoid compiler warnings. by njn · 19 years ago
  64. cfe1046 Re-enable vex bb chasing. In fact this accidentally got reenabled in by sewardj · 19 years ago
  65. 21c6d0f Initial cleanups based on target-specific defines. by sewardj · 19 years ago
  66. ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 19 years ago
  67. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  68. 23c6a29 by sewardj · 19 years ago
  69. 55f9d1a by sewardj · 19 years ago
  70. 8c61589 More debug printing by sewardj · 19 years ago
  71. 1fbc1a5 Print debugging info at various places in the startup sequence. by sewardj · 19 years ago
  72. 1cf558c by sewardj · 19 years ago
  73. d2b1711 by njn · 19 years ago
  74. 990e90c by njn · 19 years ago
  75. 97724e5 In vg_memory.c, allow the stack-change threshold to be specified by a by sewardj · 19 years ago
  76. 748a131 Add VGP_(setup_redirects) to the platform specific layers and use by tom · 19 years ago
  77. 8a97c6d by njn · 19 years ago
  78. 0312f51 Completely get rid of VG_(instr_ptr_offset). by sewardj · 19 years ago
  79. b1d4318 Avoid truncating addresses in debugging message. by tom · 19 years ago
  80. 8c74b00 by njn · 19 years ago
  81. 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 19 years ago
  82. d6bc3c3 Remove some old CLOs that were hanging around for backward compatibility. by njn · 19 years ago
  83. 0c0f32a Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE and by njn · 19 years ago
  84. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  85. 8095073 Use "VGA_" prefix more consistently for arch-specific things. by njn · 19 years ago
  86. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 19 years ago
  87. d01fef7 by njn · 19 years ago
  88. 9d9cdea 64-bit cleanness fix for command-line printing by sewardj · 19 years ago
  89. 6751613 make function names more uniform by njn · 19 years ago
  90. 1cb50b2 Move VG_(get_EIP)() out of vg_execontext.c, where it doesn't belong, into by njn · 19 years ago
  91. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 19 years ago
  92. b5d320c Oops. The code redir subsystem would work better if it actually got by sewardj · 19 years ago
  93. 14319cc Remove some dead macros. by njn · 19 years ago
  94. 1fd5eb2 Use Vg_DebugMsg for all the things printed with -v, rather than Vg_UserMsg. by njn · 19 years ago
  95. 9271cbc Move the ExeContext stats message earlier, and print it when verbosity == 2, by njn · 19 years ago
  96. 8c0b3bb BUGFIX: process_cmd_line_options mangles options with the syntax by njn · 19 years ago
  97. cc6cc14 --num-callers default is now 12, so say that in the help. by njn · 19 years ago
  98. 92a778c Update version to 3.0.0.CVS. Also change startup message to use this by njn · 19 years ago
  99. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  100. 39b88fb Add missing comment. by sewardj · 19 years ago