HomeSort by relevance Sort by last modified time
    Searched defs:toolname (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/
pub_core_initimg.h 72 HChar* toolname; member in struct:_IICreateImageInfo
96 HChar* toolname; member in struct:_IICreateImageInfo
launcher-linux.c 234 const char *toolname = NULL; local
261 toolname = argv[i] + 7;
269 if (toolname) {
270 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname);
274 toolname = "memcheck";
355 toolfile = malloc(strlen(valgrind_lib) + strlen(toolname) + strlen(platform) + 3);
358 sprintf(toolfile, "%s/%s-%s", valgrind_lib, toolname, platform);
365 toolname, platform, strerror(errno));
launcher-darwin.c 203 const char *toolname = NULL; local
239 toolname = argv[i] + 7;
249 if (toolname) {
250 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname);
254 toolname = "memcheck";
410 asprintf(&toolfile, "%s/%s-%s-darwin", valgrind_lib, toolname, arch);
412 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno));
420 toolname, arch, strerror(errno));
m_main.c 293 - get the toolname (--tool=)
423 const HChar* toolname )
429 Int toolname_len = VG_(strlen)(toolname);
467 // Does it have the form "--toolname:foo"? We have to do it at the start
472 VG_STREQN(toolname_len, arg+2, toolname) &&
475 // Prefix matches, convert "--toolname:foo" to "--foo".
1437 HChar* toolname = "memcheck"; \/\/ default to Memcheck local
    [all...]

Completed in 226 milliseconds