Searched refs:m_supports_detach_stay_stopped (Results 1 – 2 of 2) sorted by relevance
542 LazyBool m_supports_detach_stay_stopped; variable
74 m_supports_detach_stay_stopped(eLazyBoolCalculate), in GDBRemoteCommunicationClient()1435 if (m_supports_detach_stay_stopped == eLazyBoolCalculate) { in Detach()1445 m_supports_detach_stay_stopped = eLazyBoolYes; in Detach()1447 m_supports_detach_stay_stopped = eLazyBoolNo; in Detach()1451 if (m_supports_detach_stay_stopped == eLazyBoolNo) { in Detach()