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

/macosx-10.10.1/llvmCore-3425.0.34/utils/KillTheDoctor/
H A DKillTheDoctor.cpp60 cl::opt<std::string> ProgramToRun(cl::Positional,
298 if (ProgramToRun.size() == 0) {
310 std::string CommandLine(ProgramToRun);
313 ProgramToRun = FindProgram(ProgramToRun, ec);
321 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; local
331 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
345 BOOL success = ::CreateProcessA(ProgramToRun.c_str(),
356 errs() << ToolName << ": Failed to run program: '" << ProgramToRun
430 << ProgramToRun << "'
513 errs() << ToolName << ": Unhandled exception in: " << ProgramToRun local
[all...]

Completed in 192 milliseconds