Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h543 LazyBool m_supports_p = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp275 m_supports_p = eLazyBoolCalculate; in ResetDiscoverableSettings()
533 if (m_supports_p == eLazyBoolCalculate) in GetpPacketSupported()
534 m_supports_p = GetThreadPacketSupported(tid, "p0"); in GetpPacketSupported()
535 return m_supports_p; in GetpPacketSupported()