| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadList.cpp | 96 ThreadSP thread_sp; in GetThreadAtIndex() local 108 ThreadSP thread_sp; in FindThreadByID() local 126 ThreadSP thread_sp; in FindThreadByProtocolID() local 144 ThreadSP thread_sp; in RemoveThreadByID() local 164 ThreadSP thread_sp; in RemoveThreadByProtocolID() local 178 ThreadSP thread_sp; in GetThreadSPForThreadPtr() local 200 ThreadSP thread_sp; in FindThreadByIndexID() local 230 for (lldb::ThreadSP thread_sp : m_threads) { in ShouldStop() local 287 ThreadSP thread_sp(*pos); in ShouldStop() local 296 ThreadSP thread_sp(*pos); in ShouldStop() local [all …]
|
| H A D | ThreadCollection.cpp | 24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread() 29 void ThreadCollection::AddThreadSortedByIndexID(const ThreadSP &thread_sp) { in AddThreadSortedByIndexID() 45 void ThreadCollection::InsertThread(const lldb::ThreadSP &thread_sp, in InsertThread() 61 ThreadSP thread_sp; in GetThreadAtIndex() local
|
| H A D | StopInfo.cpp | 42 ThreadSP thread_sp(m_thread_wp.lock()); in IsValid() local 49 ThreadSP thread_sp(m_thread_wp.lock()); in MakeStopInfoValid() local 57 ThreadSP thread_sp(m_thread_wp.lock()); in HasTargetRunSinceMe() local 109 ThreadSP thread_sp(m_thread_wp.lock()); in StoreBPInfo() local 153 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() local 187 ThreadSP thread_sp(m_thread_wp.lock()); in GetDescription() local 255 ThreadSP thread_sp(m_thread_wp.lock()); in GetSuggestedStackFrameIndex() local 285 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() local 802 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() local 903 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() local [all …]
|
| H A D | ExecutionContext.cpp | 37 ExecutionContext::ExecutionContext(const lldb::ThreadSP &thread_sp) in ExecutionContext() 66 lldb::ThreadSP thread_sp(thread_wp.lock()); in ExecutionContext() local 253 void ExecutionContext::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() 310 void ExecutionContext::SetContext(const lldb::ThreadSP &thread_sp) { in SetContext() 435 lldb::ThreadSP thread_sp(exe_ctx.GetThreadSP()); in operator =() local 472 void ExecutionContextRef::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() 514 lldb::ThreadSP thread_sp( in SetTargetPtr() local 577 lldb::ThreadSP thread_sp(m_thread_wp.lock()); in GetThreadSP() local 603 lldb::ThreadSP thread_sp(GetThreadSP()); in GetFrameSP() local
|
| H A D | OperatingSystem.cpp | 47 const lldb::ThreadSP &thread_sp) { in IsOperatingSystemPluginThread()
|
| H A D | StackFrame.cpp | 57 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() 83 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() 109 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() 180 ThreadSP thread_sp = GetThread(); in GetFrameIndex() local 202 ThreadSP thread_sp(GetThread()); in GetFrameCodeAddress() local 259 ThreadSP thread_sp(GetThread()); in ChangePC() local 1199 ThreadSP thread_sp(GetThread()); in GetRegisterContext() local 1892 ThreadSP thread_sp(GetThread()); in CalculateTarget() local 1903 ThreadSP thread_sp(GetThread()); in CalculateProcess() local
|
| H A D | TraceCursor.cpp | 18 TraceCursor::TraceCursor(lldb::ThreadSP thread_sp) in TraceCursor()
|
| H A D | ThreadPlanStack.cpp | 435 ThreadSP thread_sp = current_threads.FindThreadByID(cur_tid); in Update() local 452 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlans() local 487 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlansForTID() local 526 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in PrunePlansForTID() local
|
| H A D | InstrumentationRuntimeStopInfo.cpp | 48 ThreadSP thread_sp = GetThread(); in GetSuggestedStackFrameIndex() local
|
| H A D | Queue.cpp | 44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 201 ThreadSP thread_sp(CreateThreadFromThreadInfo( in UpdateThreadList() local 229 ThreadSP thread_sp; in CreateThreadFromThreadInfo() local 378 ThreadSP thread_sp( in CreateThread() local
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SaveCoreOptions.cpp | 83 Status SaveCoreOptions::AddThread(lldb::ThreadSP thread_sp) { in AddThread() 104 bool SaveCoreOptions::RemoveThread(lldb::ThreadSP thread_sp) { in RemoveThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | ReportRetriever.cpp | 64 ThreadSP thread_sp = in RetrieveReportData() local 215 if (ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP()) in NotifyBreakpointHit() local
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | LanguageRuntime.h | 158 lldb::ThreadSP thread_sp) { in GetExceptionObjectForThread() 163 lldb::ValueObjectSP thread_sp) { in GetBacktraceThreadFromException()
|
| H A D | SystemRuntime.h | 293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 114 ThreadSP thread_sp = RetrieveReportData() local 261 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); NotifyBreakpointHit() local
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThreadUtil.cpp | 60 for (ThreadSP thread_sp : process->Threads()) in DoExecute() local 180 for (ThreadSP thread_sp : process.Threads()) in DoExecute() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 83 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() local 162 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | ThreadDecoder.cpp | 21 ThreadDecoder::ThreadDecoder(const ThreadSP &thread_sp, TraceIntelPT &trace) in ThreadDecoder()
|
| H A D | TraceIntelPTBundleLoader.cpp | 87 ThreadPostMortemTraceSP thread_sp = in ParseThread() local 159 ThreadPostMortemTraceSP thread_sp = std::make_shared<ThreadPostMortemTrace>( in ParseKernel() local
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 387 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID() local 396 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID() local 1314 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID() local 1323 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentException() local 1333 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentExceptionBacktrace() local 1343 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in SafeToCallFunctions() local 1362 ThreadSP thread_sp = m_opaque_sp->GetThreadSP(); in GetSiginfo() local
|
| H A D | SBQueueItem.cpp | 100 ThreadSP thread_sp; in GetExtendedBacktraceThread() local
|
| H A D | SBQueue.cpp | 96 ThreadSP thread_sp = thread_list[idx]; in FetchThreads() local 145 ThreadSP thread_sp = m_threads[idx].lock(); in GetThreadAtIndex() local
|
| H A D | SBExecutionContext.cpp | 106 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 110 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() local 209 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local
|