Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdThread.cpp34 m_constStrArgNamedThreadId("thread-id"), m_bHasCurrentThread(false) { in CMICmdCmdThreadInfo()
132 m_bHasCurrentThread = true; in Execute()
194 if (m_bHasCurrentThread) { in Acknowledge()
H A DMICmdCmdThread.h68 bool m_bHasCurrentThread; variable