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
133 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()183 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError() function
108 bool GetDetachOnError() const;
197 if (target->GetDetachOnError()) in DoExecute()
3405 return target->GetDetachOnError(); in GetDefaultDetachOnError()3457 void GetDetachOnError(ProcessLaunchInfo &launch_info) { in GetDetachOnError() function in curses::ProcessLaunchFormDelegate3532 GetDetachOnError(launch_info); in GetLaunchInfo()
4306 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError() function in TargetProperties4848 if (GetDetachOnError()) in DetachOnErrorValueChangedCallback()
1086 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()1113 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()
36013 result = (bool)((lldb::SBLaunchInfo const *)arg1)->GetDetachOnError(); in _wrap_SBLaunchInfo_GetDetachOnError()