Lines Matching refs:thread_sp
110 for (ThreadSP thread_sp : process->Threads()) in DoExecute() local
111 tids.push_back(thread_sp->GetID()); in DoExecute()
361 ThreadSP thread_sp = in HandleOneThread() local
363 if (!thread_sp) { in HandleOneThread()
371 Thread *thread = thread_sp.get(); in HandleOneThread()
1496 ThreadSP thread_sp = in HandleOneThread() local
1498 if (!thread_sp) { in HandleOneThread()
1505 Thread *thread = thread_sp.get(); in HandleOneThread()
1540 ThreadSP thread_sp = in HandleOneThread() local
1542 if (!thread_sp) { in HandleOneThread()
1550 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException(); in HandleOneThread()
1555 ThreadSP exception_thread_sp = thread_sp->GetCurrentExceptionBacktrace(); in HandleOneThread()
1727 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute() local
1729 error = thread_sp->ReturnFromFrame(frame_sp, return_valobj_sp, broadcast); in DoExecute()
1733 thread_sp->GetIndexID(), error.AsCString()); in DoExecute()
1972 ThreadSP thread_sp = in HandleOneThread() local
1974 if (!thread_sp) { in HandleOneThread()
1981 Thread *thread = thread_sp.get(); in HandleOneThread()