Home
last modified time | relevance | path

Searched refs:m_supports_detach_stay_stopped (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h539 LazyBool m_supports_detach_stay_stopped = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp1505 if (m_supports_detach_stay_stopped == eLazyBoolCalculate) { in Detach()
1515 m_supports_detach_stay_stopped = eLazyBoolYes; in Detach()
1517 m_supports_detach_stay_stopped = eLazyBoolNo; in Detach()
1521 if (m_supports_detach_stay_stopped == eLazyBoolNo) { in Detach()