Searched refs:rThread (Results 1 – 1 of 1) sorted by relevance
362 lldb::SBThread &rThread = const_cast<lldb::SBThread &>(vrThread); in MIResponseFormThreadInfo() local364 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() local559 lldb::SBFrame frame = rThread.GetFrameAtIndex(vnLevel); in MIResponseFormFrameInfo()