Searched refs:SetDetachOnError (Results 1 – 12 of 12) sorted by relevance
322 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo325 m_opaque_sp->SetDetachOnError(enable); in SetDetachOnError()
199 void SetDetachOnError(bool enable);
127 void SetDetachOnError(bool enable);
192 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
165 int SetDetachOnError(bool enable);
737 m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError); in DoLaunch()1086 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()1113 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
1978 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
352 m_gdb_client_up->SetDetachOnError( in LaunchProcess()
110 void SetDetachOnError(bool b);
185 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
4312 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties4794 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo()
36039 (arg1)->SetDetachOnError(arg2); in _wrap_SBLaunchInfo_SetDetachOnError()