Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h525 LazyBool m_supports_threads_in_stop_reply = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp225 if (m_supports_threads_in_stop_reply == eLazyBoolCalculate) { in GetListThreadsInStopReplySupported()
226 m_supports_threads_in_stop_reply = eLazyBoolNo; in GetListThreadsInStopReplySupported()
232 m_supports_threads_in_stop_reply = eLazyBoolYes; in GetListThreadsInStopReplySupported()
270 m_supports_threads_in_stop_reply = eLazyBoolCalculate; in ResetDiscoverableSettings()