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

/external/lldb/source/API/
H A DSBProcess.cpp136 SBProcess::RemoteLaunch (char const **argv, function in class:SBProcess
148 log->Printf ("SBProcess(%p)::RemoteLaunch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...",
185 error.SetErrorString ("must be in eStateConnected to call RemoteLaunch");
196 log->Printf ("SBProcess(%p)::RemoteLaunch (...) => SBError (%p): %s", process_sp.get(), error.get(), sstr.GetData());

Completed in 72 milliseconds