Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp362 lldb::SBThread &rThread = const_cast<lldb::SBThread &>(vrThread); in MIResponseFormThreadInfo() local
364 const bool bSuspended = rThread.IsSuspended(); in MIResponseFormThreadInfo()
365 const lldb::StopReason eReason = rThread.GetStopReason(); in MIResponseFormThreadInfo()
372 const CMIUtilString strId(CMIUtilString::Format("%d", rThread.GetIndexID())); in MIResponseFormThreadInfo()
378 const char *pThreadName = rThread.GetName(); in MIResponseFormThreadInfo()
389 strThread = CMIUtilString::Format(pThrdFmt, rThread.GetIndexID()); in MIResponseFormThreadInfo()
397 if (!GetThreadFrames(vCmdData, rThread.GetIndexID(), in MIResponseFormThreadInfo()
557 lldb::SBThread &rThread = const_cast<lldb::SBThread &>(vrThread); in MIResponseFormFrameInfo() local
559 lldb::SBFrame frame = rThread.GetFrameAtIndex(vnLevel); in MIResponseFormFrameInfo()