Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h362 lldb_private::LazyBool m_supports_not_sending_acks; variable
DGDBRemoteCommunicationClient.cpp41 m_supports_not_sending_acks (eLazyBoolCalculate), in GDBRemoteCommunicationClient()
111 if (m_supports_not_sending_acks == eLazyBoolCalculate) in QueryNoAckModeSupported()
114 m_supports_not_sending_acks = eLazyBoolNo; in QueryNoAckModeSupported()
122 m_supports_not_sending_acks = eLazyBoolYes; in QueryNoAckModeSupported()
188 m_supports_not_sending_acks = eLazyBoolCalculate; in ResetDiscoverableSettings()