Lines Matching refs:thread_sp
190 ThreadSP thread_sp = process->GetThreadList().GetThreadAtIndex(i);
191 if (!thread_sp->GetStatus (strm,
1441 ThreadSP thread_sp = m_exe_ctx.GetThreadSP();
1443 error = thread_sp->ReturnFromFrame (frame_sp, return_valobj_sp, broadcast);
1446 result.AppendErrorWithFormat("Error returning from frame %d of thread %d: %s.", frame_idx, thread_sp->GetIndexID(), error.AsCString());