void SK_(pre_clo_init)(VgDetails* details, VgNeeds* needs, VgTrackEvents* track)
{
- details->name = "addrcheck";
+ details->name = "Addrcheck";
details->version = NULL;
details->description = "a fine-grained address checker";
details->copyright_author =
void SK_(pre_clo_init)(VgDetails* details, VgNeeds* needs,
VgTrackEvents* not_used)
{
- details->name = "cachegrind";
+ details->name = "Cachegrind";
details->version = NULL;
details->description = "an I1/D1/L2 cache profiler";
details->copyright_author =
void SK_(pre_clo_init)(VgDetails* details, VgNeeds* needs, VgTrackEvents* track)
{
- details->name = "coregrind";
+ details->name = "Coregrind";
details->version = NULL;
details->description = "a rudimentary error detector";
details->copyright_author =
/* Core details */
VG_(message)(Vg_UserMsg,
- "Built with valgrind-%s, a program execution monitor.",
- VERSION);
+ "Using valgrind-%s, a program instrumentation system for x86-linux.",
+ VERSION);
VG_(message)(Vg_UserMsg,
- "Copyright (C) 2000-2002, and GNU GPL'd, by Julian Seward.");
+ "Copyright (C) 2000-2002, and GNU GPL'd, by Julian Seward.");
}
if (VG_(clo_verbosity) > 1) {
void SK_(pre_clo_init)(VgDetails* details, VgNeeds* needs, VgTrackEvents* track)
{
- details->name = "example";
+ details->name = "Example";
details->version = "0.0.1";
details->description = "an example Valgrind skin";
details->copyright_author =
{
Int i;
- details->name = "helgrind";
+ details->name = "Helgrind";
details->version = NULL;
details->description = "a data race detector";
details->copyright_author =
void SK_(pre_clo_init)(VgDetails* details, VgNeeds* not_used1,
VgTrackEvents* not_used2)
{
- details->name = "lackey";
+ details->name = "Lackey";
details->version = NULL;
details->description = "an example Valgrind skin";
details->copyright_author =
void SK_(pre_clo_init)(VgDetails* details, VgNeeds* needs, VgTrackEvents* track)
{
- details->name = "memcheck";
+ details->name = "Memcheck (a.k.a. Valgrind)";
details->version = NULL;
details->description = "a memory error detector";
details->copyright_author =
void SK_(pre_clo_init)(VgDetails* details, VgNeeds* not_used1,
VgTrackEvents* not_used2)
{
- details->name = "nulgrind";
+ details->name = "Nulgrind";
details->version = NULL;
details->description = "a binary JIT-compiler";
details->copyright_author =