Lines Matching refs:launch_err
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()
1749 launch_err.SetErrorString("unable to start the exception thread"); in LaunchForDebug()
1768 launch_err.Clear(); in LaunchForDebug()
1775 launch_err.SetError(NUB_GENERIC_ERROR, DNBError::Generic); in LaunchForDebug()
1780 launch_err.Clear(); in LaunchForDebug()
1996 DNBError& launch_err in ForkChildForPTraceDebugging() argument
2067 …bug (const char *path, char const *argv[], char const *envp[], bool no_stdio, DNBError &launch_err) in SBLaunchForDebug() argument
2076 … m_pid = MachProcess::SBForkChildForPTraceDebugging(path, argv, envp, no_stdio, this, launch_err); in SBLaunchForDebug()
2085 m_task.StartExceptionThread(launch_err); in SBLaunchForDebug()
2087 if (launch_err.Fail()) in SBLaunchForDebug()
2089 if (launch_err.AsString() == NULL) in SBLaunchForDebug()
2090 launch_err.SetErrorString("unable to start the exception thread"); in SBLaunchForDebug()
2153 … char const *argv[], char const *envp[], bool no_stdio, MachProcess* process, DNBError &launch_err) in SBForkChildForPTraceDebugging() argument
2242 CFStringRef bundleIDCFStr = CopyBundleIDForPath (app_bundle_path, launch_err); in SBForkChildForPTraceDebugging()
2260 launch_err.SetError(sbs_error, DNBError::SpringBoard); in SBForkChildForPTraceDebugging()