Searched refs:new_thread_sp (Results 1 – 6 of 6) sorted by relevance
137 ThreadSP new_thread_sp(history_thread); in CreateHistoryThreadFromValueObject() local143 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()144 result.push_back(new_thread_sp); in CreateHistoryThreadFromValueObject()
328 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo() local331 new_thread_sp->SetName(stop_reason_description.c_str()); in GetBacktracesFromExtendedStopInfo()335 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()336 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
270 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo() local275 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()276 threads->AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
602 ThreadSP new_thread_sp(new HistoryThread(*m_process, 0, pcs)); in GetBacktraceThreadFromException() local603 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()604 return new_thread_sp; in GetBacktraceThreadFromException()
1038 ThreadSP new_thread_sp = in AddThreadsForPath() local1040 new_thread_sp->SetName(GenerateThreadName(path, o, info).c_str()); in AddThreadsForPath()1044 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()1045 threads->AddThread(new_thread_sp); in AddThreadsForPath()
1294 ThreadSP new_thread_sp( in GetExtendedBacktraceThread() local1296 if (new_thread_sp) { in GetExtendedBacktraceThread()1299 process->GetExtendedThreadList().AddThread(new_thread_sp); in GetExtendedBacktraceThread()1300 sb_origin_thread.SetThread(new_thread_sp); in GetExtendedBacktraceThread()