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

  /external/valgrind/coregrind/
pub_core_initimg.h 75 const HChar* toolname; member in struct:_IICreateImageInfo
99 const HChar* toolname; member in struct:_IICreateImageInfo
launcher-linux.c 300 const char *toolname = NULL; local
327 toolname = argv[i] + 7;
335 if (toolname) {
336 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname);
340 toolname = "memcheck";
440 toolfile = malloc(strlen(valgrind_lib) + strlen(toolname) + strlen(platform) + 3);
443 sprintf(toolfile, "%s/%s-%s", valgrind_lib, toolname, platform);
450 toolname, platform, strerror(errno));
launcher-darwin.c 207 const char *toolname = NULL; local
243 toolname = argv[i] + 7;
253 if (toolname) {
254 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname);
258 toolname = "memcheck";
414 asprintf(&toolfile, "%s/%s-%s-darwin", valgrind_lib, toolname, arch);
416 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno));
424 toolname, arch, strerror(errno));
m_main.c 360 - get the toolname (--tool=)
450 const HChar* toolname )
457 Int toolname_len = VG_(strlen)(toolname);
515 // Does it have the form "--toolname:foo"? We have to do it at the start
520 VG_STREQN(toolname_len, arg+2, toolname) &&
523 // Prefix matches, convert "--toolname:foo" to "--foo".
1631 const HChar* toolname = "memcheck"; \/\/ default to Memcheck local
    [all...]

Completed in 83 milliseconds