1. c1b0181 by njn · 19 years ago
  2. 16eeb4e by njn · 19 years ago
  3. d7bddad Emit XML preamble in a more parseable way. by sewardj · 19 years ago
  4. f536bbb by njn · 19 years ago
  5. 8d9965c Move VG_(libdir) into m_libcproc. by njn · 19 years ago
  6. 7b85dd5 by njn · 19 years ago
  7. 9cb54ac by njn · 19 years ago
  8. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  9. e9befc6 by njn · 19 years ago
  10. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  11. 8aa3585 by njn · 19 years ago
  12. 63004dc by njn · 19 years ago
  13. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  14. 0140af5 Implement stack registration client requests. See the documentation by rjwalsh · 19 years ago
  15. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  16. 132bfcc by njn · 19 years ago
  17. 36a20fa by njn · 19 years ago
  18. 13bfd85 by njn · 19 years ago
  19. 97405b2 by njn · 19 years ago
  20. 8665d8e Minor refinements/bug-fixes to XML printing. by sewardj · 19 years ago
  21. 31513b4 by njn · 19 years ago
  22. 0c24647 by njn · 19 years ago
  23. 04e1698 by njn · 19 years ago[Renamed (97%) from coregrind/vg_main.c]
  24. 1075931 debug-logging (-d) totally didn't work when one Valgrindified process by sewardj · 19 years ago
  25. 1d88711 by sewardj · 19 years ago
  26. d1af003 by njn · 19 years ago
  27. 2c4df6e Remove out-of-date comment. by njn · 19 years ago
  28. a96e15a Spotted by Madhu Kurup: don't leak memory. by njn · 19 years ago
  29. 7c9e57c XML output futzing-around-with. by sewardj · 19 years ago
  30. 9f297ca Print error counts in the XML output. by sewardj · 19 years ago
  31. f178c30 fix trivial regtest failures by sewardj · 19 years ago
  32. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  33. 12d365b wibble by njn · 19 years ago
  34. a3506d3 Hmm, actually put some code into m_options.c. by njn · 19 years ago
  35. 2024234 by njn · 19 years ago
  36. 15f7dc0 wibble by sewardj · 19 years ago
  37. 311c5d8 Let's assume the client's address space starts at 0 until we port by njn · 19 years ago
  38. 02bc4b8 by njn · 19 years ago
  39. be9b47b by njn · 19 years ago
  40. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  41. 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
  42. de583aa Move VG_(dispatch_ctr) out of vg_main.c, which never touches it, into by njn · 19 years ago
  43. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  44. 51d827b by njn · 19 years ago
  45. e96be67 by njn · 19 years ago
  46. 2521d32 by njn · 19 years ago
  47. a4469a7 Avoid compiler warnings. by njn · 19 years ago
  48. cfe1046 Re-enable vex bb chasing. In fact this accidentally got reenabled in by sewardj · 19 years ago
  49. 21c6d0f Initial cleanups based on target-specific defines. by sewardj · 19 years ago
  50. ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 19 years ago
  51. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  52. 23c6a29 by sewardj · 19 years ago
  53. 55f9d1a by sewardj · 19 years ago
  54. 8c61589 More debug printing by sewardj · 19 years ago
  55. 1fbc1a5 Print debugging info at various places in the startup sequence. by sewardj · 19 years ago
  56. 1cf558c by sewardj · 19 years ago
  57. d2b1711 by njn · 19 years ago
  58. 990e90c by njn · 19 years ago
  59. 97724e5 In vg_memory.c, allow the stack-change threshold to be specified by a by sewardj · 19 years ago
  60. 748a131 Add VGP_(setup_redirects) to the platform specific layers and use by tom · 19 years ago
  61. 8a97c6d by njn · 19 years ago
  62. 0312f51 Completely get rid of VG_(instr_ptr_offset). by sewardj · 19 years ago
  63. b1d4318 Avoid truncating addresses in debugging message. by tom · 19 years ago
  64. 8c74b00 by njn · 19 years ago
  65. 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 19 years ago
  66. d6bc3c3 Remove some old CLOs that were hanging around for backward compatibility. by njn · 19 years ago
  67. 0c0f32a Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE and by njn · 19 years ago
  68. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  69. 8095073 Use "VGA_" prefix more consistently for arch-specific things. by njn · 19 years ago
  70. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 19 years ago
  71. d01fef7 by njn · 19 years ago
  72. 9d9cdea 64-bit cleanness fix for command-line printing by sewardj · 19 years ago
  73. 6751613 make function names more uniform by njn · 19 years ago
  74. 1cb50b2 Move VG_(get_EIP)() out of vg_execontext.c, where it doesn't belong, into by njn · 19 years ago
  75. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 19 years ago
  76. b5d320c Oops. The code redir subsystem would work better if it actually got by sewardj · 19 years ago
  77. 14319cc Remove some dead macros. by njn · 19 years ago
  78. 1fd5eb2 Use Vg_DebugMsg for all the things printed with -v, rather than Vg_UserMsg. by njn · 19 years ago
  79. 9271cbc Move the ExeContext stats message earlier, and print it when verbosity == 2, by njn · 19 years ago
  80. 8c0b3bb BUGFIX: process_cmd_line_options mangles options with the syntax by njn · 19 years ago
  81. cc6cc14 --num-callers default is now 12, so say that in the help. by njn · 19 years ago
  82. 92a778c Update version to 3.0.0.CVS. Also change startup message to use this by njn · 19 years ago
  83. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  84. 39b88fb Add missing comment. by sewardj · 19 years ago
  85. 2c5ffbe Get rid of dead code and/or localise global functions as needed to by sewardj · 19 years ago
  86. 613812e Fix Nulgrind's filter_stderr, and also fix the none/tests/cmdline2 test by njn · 19 years ago
  87. b5f6f51 by sewardj · 19 years ago
  88. a4da2f3 Minimal, horrible hacks needed to make vsyscalls work on amd64. by sewardj · 19 years ago
  89. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 19 years ago
  90. 379255c Debug printing at startup. by sewardj · 19 years ago
  91. 93ab857 Make --wait-for-gdb sort-of usable on amd64. I don't know why this by sewardj · 19 years ago
  92. 45f02c4 Fix enough stuff so it will start up and run for a few bbs on amd64, by sewardj · 19 years ago
  93. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  94. bf42651 Track VEX API changes introduced in Vex rev 718. by sewardj · 20 years ago
  95. 603d410 Implement --log-file-exactly= for when the user wants to specify by sewardj · 20 years ago
  96. d153fae Add a new variant for --gen-suppressions: --gen-suppressions=all, by sewardj · 20 years ago
  97. 062f355 Make the Quadrics Elan3 clone-hack be controllable by a command-line flag. by sewardj · 20 years ago
  98. 0b2f618 Error message cosmetics. by sewardj · 20 years ago
  99. 51ac087 Add Valgrind-side support for subarchitecture descriptions, which are by sewardj · 20 years ago
  100. 090ec78 Use new function LibVEX_Version. by sewardj · 20 years ago