Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h544 LazyBool m_attach_or_wait_reply; variable
DGDBRemoteCommunicationClient.cpp76 m_attach_or_wait_reply(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
247 if (m_attach_or_wait_reply == eLazyBoolCalculate) { in GetVAttachOrWaitSupported()
248 m_attach_or_wait_reply = eLazyBoolNo; in GetVAttachOrWaitSupported()
254 m_attach_or_wait_reply = eLazyBoolYes; in GetVAttachOrWaitSupported()
257 return m_attach_or_wait_reply == eLazyBoolYes; in GetVAttachOrWaitSupported()
293 m_attach_or_wait_reply = eLazyBoolCalculate; in ResetDiscoverableSettings()