Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h542 LazyBool m_supports_detach_stay_stopped; variable
DGDBRemoteCommunicationClient.cpp74 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()