Searched refs:GetDetachOnError (Results 1 – 10 of 10) sorted by relevance
328 bool SBLaunchInfo::GetDetachOnError() const { in GetDetachOnError() function in SBLaunchInfo331 return m_opaque_sp->GetDetachOnError(); in GetDetachOnError()
197 bool GetDetachOnError() const;
129 bool GetDetachOnError() const { in GetDetachOnError() function
136 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()186 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError() function
111 bool GetDetachOnError() const;
200 if (target->GetDetachOnError()) in DoExecute()
3406 return target->GetDetachOnError(); in GetDefaultDetachOnError()3458 void GetDetachOnError(ProcessLaunchInfo &launch_info) { in GetDetachOnError() function in lldb_private::curses::ProcessLaunchFormDelegate3533 GetDetachOnError(launch_info); in GetLaunchInfo()
4504 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError() function in TargetProperties5086 if (GetDetachOnError()) in DetachOnErrorValueChangedCallback()
1096 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()1123 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
36598 result = (bool)((lldb::SBLaunchInfo const *)arg1)->GetDetachOnError(); in _wrap_SBLaunchInfo_GetDetachOnError()