Searched refs:GetDetachOnError (Results 1 – 11 of 11) sorted by relevance
340 bool SBLaunchInfo::GetDetachOnError() const { in GetDetachOnError() function in SBLaunchInfo341 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBLaunchInfo, GetDetachOnError); in GetDetachOnError()343 return m_opaque_sp->GetDetachOnError(); in GetDetachOnError()405 LLDB_REGISTER_METHOD_CONST(bool, SBLaunchInfo, GetDetachOnError, ()); in RegisterMethods()
131 GetDetachOnError() const;
170 bool GetDetachOnError() const;
145 bool GetDetachOnError() const { in GetDetachOnError() function
125 bool GetDetachOnError() { return m_detach_on_error; } in GetDetachOnError() function
595 if (ctx.GetDetachOnError()) { in RNBRunLoopInferiorExecuting()605 if (ctx.GetDetachOnError()) { in RNBRunLoopInferiorExecuting()
127 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()183 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError() function
101 bool GetDetachOnError() const;
190 if (target->GetDetachOnError()) in DoExecute()
3814 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError() function in TargetProperties4263 if (GetDetachOnError()) in DetachOnErrorValueChangedCallback()
1148 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithID()1174 m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError()); in DoAttachToProcessWithName()