Searched refs:SetDetachOnError (Results 1 – 13 of 13) sorted by relevance
338 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo339 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetDetachOnError, (bool), enable); in SetDetachOnError()341 m_opaque_sp->SetDetachOnError(enable); in SetDetachOnError()455 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetDetachOnError, (bool)); in RegisterMethods()
137 SetDetachOnError(bool enable);
172 void SetDetachOnError(bool enable);
144 void SetDetachOnError(bool enable);
206 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
209 int SetDetachOnError(bool enable);
866 m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError); in DoLaunch()1160 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()1186 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
1943 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
415 m_gdb_client.SetDetachOnError( in LaunchProcess()
107 void SetDetachOnError(bool b);
188 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
3899 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties4287 SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError)); in SetProcessLaunchInfo()
31719 (arg1)->SetDetachOnError(arg2); in _wrap_SBLaunchInfo_SetDetachOnError()