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

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1658 DNBError &launch_err
1672 m_pid = MachProcess::ForkChildForPTraceDebugging (path, argv, envp, this, launch_err);
1697 if (SBLaunchForDebug (app_bundle_path.c_str(), argv, envp, no_stdio, launch_err) != 0)
1721 launch_err);
1726 launch_err.SetError(NUB_GENERIC_ERROR, DNBError::Generic);
1734 if (launch_err.Success())
1735 launch_err.SetError(NUB_GENERIC_ERROR, DNBError::Generic);
1745 m_task.StartExceptionThread(launch_err);
1746 if (launch_err.Fail())
1748 if (launch_err
2067 SBLaunchForDebug(const char *path, char const *argv[], char const *envp[], bool no_stdio, DNBError &launch_err) argument
2153 SBForkChildForPTraceDebugging(const char *app_bundle_path, char const *argv[], char const *envp[], bool no_stdio, MachProcess* process, DNBError &launch_err) argument
[all...]
H A DMachProcess.h80 pid_t SBLaunchForDebug (const char *app_bundle_path, char const *argv[], char const *envp[], bool no_stdio, DNBError &launch_err);
81 static pid_t SBForkChildForPTraceDebugging (const char *path, char const *argv[], char const *envp[], bool no_stdio, MachProcess* process, DNBError &launch_err);
/external/lldb/tools/debugserver/source/
H A DDNB.cpp221 DNBError launch_err; local
232 launch_err);
236 if (launch_err.Fail())
238 const char *launch_err_str = launch_err.AsString();
254 if (processSP->Task().TaskPortForProcessID (launch_err) == TASK_NULL)
264 if (launch_err.AsString())
266 ::snprintf (err_str, err_len, "failed to get the task for process %i (%s)", pid, launch_err.AsString());

Completed in 199 milliseconds