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);
747 m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError); in DoLaunch()1096 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()1123 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
1998 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
345 m_gdb_client_up->SetDetachOnError( in LaunchProcess()
113 void SetDetachOnError(bool b);
188 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
4510 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties5032 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo()
36624 (arg1)->SetDetachOnError(arg2); in _wrap_SBLaunchInfo_SetDetachOnError()