Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp385 CMIUtilString strThread; in MIResponseFormThreadInfo() local
387 strThread = CMIUtilString::Format(pThrdFmt, pThreadName); in MIResponseFormThreadInfo()
389 strThread = CMIUtilString::Format(pThrdFmt, rThread.GetIndexID()); in MIResponseFormThreadInfo()
390 const CMICmnMIValueConst miValueConst2(strThread); in MIResponseFormThreadInfo()
H A DMICmnLLDBDebuggerHandleEvents.cpp566 const CMIUtilString strThread( in HandleEventSBThreadSuspended() local
568 const CMICmnMIValueConst miValueConst(strThread); in HandleEventSBThreadSuspended()