Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp57 m_attach_or_wait_reply(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
147 if (m_attach_or_wait_reply == eLazyBoolCalculate) in GetVAttachOrWaitSupported()
149 m_attach_or_wait_reply = eLazyBoolNo; in GetVAttachOrWaitSupported()
155 m_attach_or_wait_reply = eLazyBoolYes; in GetVAttachOrWaitSupported()
158 if (m_attach_or_wait_reply == eLazyBoolYes) in GetVAttachOrWaitSupported()
200 m_attach_or_wait_reply = eLazyBoolCalculate; in ResetDiscoverableSettings()
DGDBRemoteCommunicationClient.h378 lldb_private::LazyBool m_attach_or_wait_reply; variable