Searched refs:SetDetachOnError (Results 1 – 11 of 11) sorted by relevance
202 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo203 m_opaque_sp->SetDetachOnError(enable); in SetDetachOnError()
142 void SetDetachOnError(bool enable);
147 void SetDetachOnError(bool enable);
100 void SetDetachOnError(bool b);
248 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
201 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
3754 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties4086 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo()
198 int SetDetachOnError(bool enable);
927 m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError); in DoLaunch()1230 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()1256 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
1859 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
407 m_gdb_client.SetDetachOnError( in LaunchProcess()