Searched defs:ProgramToRun (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp63 cl::opt<std::string> ProgramToRun(cl::Positional,
301 if (ProgramToRun.size() == 0) {
313 std::string CommandLine(ProgramToRun);
316 ProgramToRun = FindProgram(ProgramToRun, ec);
324 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; local
334 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
348 BOOL success = ::CreateProcessA(ProgramToRun.c_str(),
359 errs() << ToolName << ": Failed to run program: '" << ProgramToRun
433 << ProgramToRun << "'
516 errs() << ToolName << ": Unhandled exception in: " << ProgramToRun local
[all...]

Completed in 27 milliseconds