Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h528 LazyBool m_supports_threads_in_stop_reply; variable
DGDBRemoteCommunicationClient.cpp60 m_supports_threads_in_stop_reply(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
234 if (m_supports_threads_in_stop_reply == eLazyBoolCalculate) { in GetListThreadsInStopReplySupported()
235 m_supports_threads_in_stop_reply = eLazyBoolNo; in GetListThreadsInStopReplySupported()
241 m_supports_threads_in_stop_reply = eLazyBoolYes; in GetListThreadsInStopReplySupported()
279 m_supports_threads_in_stop_reply = eLazyBoolCalculate; in ResetDiscoverableSettings()