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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h518 LazyBool m_supports_p; member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp71 m_supports_p(eLazyBoolCalculate), m_supports_x(eLazyBoolCalculate),
277 m_supports_p = eLazyBoolCalculate;
546 if (m_supports_p == eLazyBoolCalculate)
547 m_supports_p = GetThreadPacketSupported(tid, "p0");
548 return m_supports_p;

Completed in 287 milliseconds