Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h564 m_supports_qThreadStopInfo : 1, m_supports_z0 : 1, m_supports_z1 : 1, variable
DGDBRemoteCommunicationClient.cpp94 m_supports_qThreadStopInfo(true), m_supports_z0(true), in GDBRemoteCommunicationClient()
305 m_supports_qThreadStopInfo = true; in ResetDiscoverableSettings()
2688 if (m_supports_qThreadStopInfo) { in GetThreadStopInfo()
2697 m_supports_qThreadStopInfo = false; in GetThreadStopInfo()
2703 m_supports_qThreadStopInfo = false; in GetThreadStopInfo()