Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h541 LazyBool m_attach_or_wait_reply = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp238 if (m_attach_or_wait_reply == eLazyBoolCalculate) { in GetVAttachOrWaitSupported()
239 m_attach_or_wait_reply = eLazyBoolNo; in GetVAttachOrWaitSupported()
245 m_attach_or_wait_reply = eLazyBoolYes; in GetVAttachOrWaitSupported()
248 return m_attach_or_wait_reply == eLazyBoolYes; in GetVAttachOrWaitSupported()
284 m_attach_or_wait_reply = eLazyBoolCalculate; in ResetDiscoverableSettings()