Home
last modified time | relevance | path

Searched refs:WillLaunch (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1010 Status WillLaunch(Module *module);
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2523 error = WillLaunch(exe_module); in LaunchPrivate()
2767 Status Process::WillLaunch(Module *module) { in WillLaunch() function in Process