Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h546 LazyBool m_supports_p; variable
DGDBRemoteCommunicationClient.cpp78 m_supports_p(eLazyBoolCalculate), m_supports_x(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
284 m_supports_p = eLazyBoolCalculate; in ResetDiscoverableSettings()
553 if (m_supports_p == eLazyBoolCalculate) in GetpPacketSupported()
554 m_supports_p = GetThreadPacketSupported(tid, "p0"); in GetpPacketSupported()
555 return m_supports_p; in GetpPacketSupported()