Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h544 LazyBool m_supports_p = eLazyBoolCalculate; variable
DGDBRemoteCommunicationClient.cpp273 m_supports_p = eLazyBoolCalculate; in ResetDiscoverableSettings()
518 if (m_supports_p == eLazyBoolCalculate) in GetpPacketSupported()
519 m_supports_p = GetThreadPacketSupported(tid, "p0"); in GetpPacketSupported()
520 return m_supports_p; in GetpPacketSupported()