Lines Matching defs:thread_sp
211 ThreadSP thread_sp =
213 if (!thread_sp) {
220 Thread *thread = thread_sp.get();
1330 ThreadSP thread_sp =
1332 if (!thread_sp) {
1338 Thread *thread = thread_sp.get();
1378 ThreadSP thread_sp =
1380 if (!thread_sp) {
1387 ValueObjectSP exception_object_sp = thread_sp->GetCurrentException();
1395 ThreadSP exception_thread_sp = thread_sp->GetCurrentExceptionBacktrace();
1429 ThreadSP thread_sp =
1431 if (!thread_sp) {
1438 if (!thread_sp->GetDescription(strm, eDescriptionLevelFull, false, false)) {
1440 thread_sp->GetIndexID());
1443 ValueObjectSP exception_object_sp = thread_sp->GetSiginfoValue();
1593 ThreadSP thread_sp = m_exe_ctx.GetThreadSP();
1595 error = thread_sp->ReturnFromFrame(frame_sp, return_valobj_sp, broadcast);
1599 thread_sp->GetIndexID(), error.AsCString());
2098 ThreadSP thread_sp =
2100 if (!thread_sp)
2102 return thread_sp;
2176 ThreadSP thread_sp = GetSingleThreadFromArgs(m_exe_ctx, args, result);
2177 if (!thread_sp) {
2183 m_exe_ctx.GetTargetSP()->GetTrace()->CreateNewCursor(*thread_sp);
2358 ThreadSP thread_sp = GetSingleThreadFromArgs(m_exe_ctx, args, result);
2359 if (!thread_sp) {
2372 m_exe_ctx.GetTargetSP()->GetTrace()->CreateNewCursor(*thread_sp);
2477 ThreadSP thread_sp =
2479 trace_sp->DumpTraceInfo(*thread_sp, result.GetOutputStream(),