Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h526 LazyBool m_supports_threads_in_stop_reply = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp223 if (m_supports_threads_in_stop_reply == eLazyBoolCalculate) { in GetListThreadsInStopReplySupported()
224 m_supports_threads_in_stop_reply = eLazyBoolNo; in GetListThreadsInStopReplySupported()
230 m_supports_threads_in_stop_reply = eLazyBoolYes; in GetListThreadsInStopReplySupported()
268 m_supports_threads_in_stop_reply = eLazyBoolCalculate; in ResetDiscoverableSettings()