Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h545 LazyBool m_attach_or_wait_reply = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp229 if (m_attach_or_wait_reply == eLazyBoolCalculate) { in GetVAttachOrWaitSupported()
230 m_attach_or_wait_reply = eLazyBoolNo; in GetVAttachOrWaitSupported()
236 m_attach_or_wait_reply = eLazyBoolYes; in GetVAttachOrWaitSupported()
239 return m_attach_or_wait_reply == eLazyBoolYes; in GetVAttachOrWaitSupported()
275 m_attach_or_wait_reply = eLazyBoolCalculate; in ResetDiscoverableSettings()