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

/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp64 cl::opt<std::string> ProgramToRun(cl::Positional,
305 if (ProgramToRun.size() == 0) {
317 std::string CommandLine(ProgramToRun);
320 ProgramToRun = FindProgram(ProgramToRun, ec);
328 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; local
338 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
352 BOOL success = ::CreateProcessA(ProgramToRun.c_str(),
363 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': "
438 << ProgramToRun << "'
521 errs() << ToolName << ": Unhandled exception in: " << ProgramToRun local
[all...]

Completed in 212 milliseconds