Searched refs:launch_err (Results 1 – 3 of 3) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.cpp | 1658 DNBError &launch_err in LaunchForDebug() argument 1672 m_pid = MachProcess::ForkChildForPTraceDebugging (path, argv, envp, this, launch_err); in LaunchForDebug() 1697 … if (SBLaunchForDebug (app_bundle_path.c_str(), argv, envp, no_stdio, launch_err) != 0) in LaunchForDebug() 1721 launch_err); in LaunchForDebug() 1726 launch_err.SetError(NUB_GENERIC_ERROR, DNBError::Generic); in LaunchForDebug() 1734 if (launch_err.Success()) in LaunchForDebug() 1735 launch_err.SetError(NUB_GENERIC_ERROR, DNBError::Generic); in LaunchForDebug() 1745 m_task.StartExceptionThread(launch_err); in LaunchForDebug() 1746 if (launch_err.Fail()) in LaunchForDebug() 1748 if (launch_err.AsString() == NULL) in LaunchForDebug() [all …]
|
D | MachProcess.h | 80 …har *app_bundle_path, char const *argv[], char const *envp[], bool no_stdio, DNBError &launch_err); 81 …char const *argv[], char const *envp[], bool no_stdio, MachProcess* process, DNBError &launch_err);
|
/external/lldb/tools/debugserver/source/ |
D | DNB.cpp | 221 DNBError launch_err; in DNBProcessLaunch() local 232 launch_err); in DNBProcessLaunch() 236 if (launch_err.Fail()) in DNBProcessLaunch() 238 const char *launch_err_str = launch_err.AsString(); in DNBProcessLaunch() 254 if (processSP->Task().TaskPortForProcessID (launch_err) == TASK_NULL) in DNBProcessLaunch() 264 if (launch_err.AsString()) in DNBProcessLaunch() 266 …rintf (err_str, err_len, "failed to get the task for process %i (%s)", pid, launch_err.AsString()); in DNBProcessLaunch()
|