/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadList.cpp | 97 ThreadSP thread_sp; GetThreadAtIndex() local 109 ThreadSP thread_sp; FindThreadByID() local 127 ThreadSP thread_sp; FindThreadByProtocolID() local 145 ThreadSP thread_sp; RemoveThreadByID() local 165 ThreadSP thread_sp; RemoveThreadByProtocolID() local 179 ThreadSP thread_sp; GetThreadSPForThreadPtr() local 198 ThreadSP thread_sp; GetBackingThread() local 215 ThreadSP thread_sp; FindThreadByIndexID() local 245 for (lldb::ThreadSP thread_sp : m_threads) { ShouldStop() local 302 ThreadSP thread_sp(*pos); ShouldStop() local 311 ThreadSP thread_sp(*pos); ShouldStop() local 368 ThreadSP thread_sp(*pos); ShouldStop() local 393 ThreadSP thread_sp(*pos); ShouldReportStop() local 431 ThreadSP thread_sp(*pos); SetShouldReportStop() local 589 ThreadSP thread_sp(*pos); WillResume() local 616 ThreadSP thread_sp(*pos); WillResume() local 640 ThreadSP thread_sp(*pos); WillResume() local 661 ThreadSP thread_sp(*pos); DidResume() local 678 ThreadSP thread_sp(*pos); DidStop() local 686 ThreadSP thread_sp = FindThreadByID(m_selected_tid); GetSelectedThread() local 791 ExpressionExecutionThreadPusher(lldb::ThreadSP thread_sp) ExpressionExecutionThreadPusher() argument [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 | 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 | StopInfo.cpp | 41 ThreadSP thread_sp(m_thread_wp.lock()); in IsValid() local 48 ThreadSP thread_sp(m_thread_wp.lock()); in MakeStopInfoValid() local 56 ThreadSP thread_sp(m_thread_wp.lock()); in HasTargetRunSinceMe() local 108 ThreadSP thread_sp(m_thread_wp.lock()); StoreBPInfo() local 152 ThreadSP thread_sp(m_thread_wp.lock()); ShouldStopSynchronous() local 186 ThreadSP thread_sp(m_thread_wp.lock()); GetDescription() local 264 ThreadSP thread_sp(m_thread_wp.lock()); PerformAction() local 781 ThreadSP thread_sp(m_thread_wp.lock()); ShouldStopSynchronous() local 882 ThreadSP thread_sp(m_thread_wp.lock()); PerformAction() local 1058 ThreadSP thread_sp(m_thread_wp.lock()); ShouldStopSynchronous() local 1065 ThreadSP thread_sp(m_thread_wp.lock()); ShouldStop() local 1073 ThreadSP thread_sp(m_thread_wp.lock()); DoShouldNotify() local 1092 ThreadSP thread_sp(m_thread_wp.lock()); WillResume() local 1102 ThreadSP thread_sp(m_thread_wp.lock()); GetDescription() local 1242 ThreadSP thread_sp(m_thread_wp.lock()); ShouldStop() local 1258 ThreadSP thread_sp(m_thread_wp.lock()); PerformAction() local 1288 ThreadSP thread_sp(m_thread_wp.lock()); PerformAction() local 1322 ThreadSP thread_sp(m_thread_wp.lock()); PerformAction() local 1354 ThreadSP thread_sp(m_thread_wp.lock()); PerformAction() local 1465 ThreadSP thread_sp = stop_info_sp->GetThread(); GetCrashingDereference() local [all...] |
H A D | OperatingSystem.cpp | 47 const lldb::ThreadSP &thread_sp) { in IsOperatingSystemPluginThread()
|
H A D | StackFrame.cpp | 53 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() argument 79 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() argument 105 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() argument 176 ThreadSP thread_sp = GetThread(); in GetFrameIndex() local 198 ThreadSP thread_sp(GetThread()); GetFrameCodeAddress() local 255 ThreadSP thread_sp(GetThread()); ChangePC() local 1139 ThreadSP thread_sp(GetThread()); GetRegisterContext() local 1755 ThreadSP thread_sp(GetThread()); CalculateTarget() local 1766 ThreadSP thread_sp(GetThread()); CalculateProcess() local [all...] |
H A D | TraceCursor.cpp | 18 TraceCursor::TraceCursor(lldb::ThreadSP thread_sp) in TraceCursor()
|
H A D | ThreadPlanStack.cpp | 425 ThreadSP thread_sp = current_threads.FindThreadByID(cur_tid); in Update() local 442 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlans() local 477 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlansForTID() local 516 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in PrunePlansForTID() local
|
H A D | Queue.cpp | 44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads() local
|
/freebsd-src/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( CreateThread() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 63 ThreadSP thread_sp = in RetrieveReportData() local 208 if (ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP()) in NotifyBreakpointHit() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | LanguageRuntime.h | 153 GetExceptionObjectForThread(lldb::ThreadSP thread_sp) GetExceptionObjectForThread() argument 158 GetBacktraceThreadFromException(lldb::ValueObjectSP thread_sp) GetBacktraceThreadFromException() argument
|
H A D | SystemRuntime.h | 293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThreadUtil.cpp | 60 for (ThreadSP thread_sp : process->Threads()) DoExecute() local 180 for (ThreadSP thread_sp : process.Threads()) DoExecute() local
|
H A D | CommandObjectThread.cpp | 205 ThreadSP thread_sp = HandleOneThread() local 1368 ThreadSP thread_sp = HandleOneThread() local 1416 ThreadSP thread_sp = HandleOneThread() local 1464 ThreadSP thread_sp = HandleOneThread() local 1637 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); DoExecute() local 2166 ThreadSP thread_sp = GetSingleThreadFromArgs() local 2245 ThreadSP thread_sp = GetSingleThreadFromArgs(m_exe_ctx, args, result); DoExecute() local 2428 ThreadSP thread_sp = GetSingleThreadFromArgs(m_exe_ctx, args, result); DoExecute() local 2547 ThreadSP thread_sp = HandleOneThread() local [all...] |
/freebsd-src/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 | TraceCursorIntelPT.cpp | 21 ThreadSP thread_sp, DecodedThreadSP decoded_thread_sp, in TraceCursorIntelPT()
|
H A D | TraceIntelPTBundleLoader.cpp | 87 ThreadPostMortemTraceSP thread_sp = in ParseThread() local 159 ThreadPostMortemTraceSP thread_sp = std::make_shared<ThreadPostMortemTrace>( in ParseKernel() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | ThreadMemory.h | 77 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread()
|
/freebsd-src/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-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBThread.cpp | 379 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID() local 388 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID() local 1299 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID() local 1308 ThreadSP thread_sp(m_opaque_s in GetCurrentException() local 1318 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); GetCurrentExceptionBacktrace() local 1328 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); SafeToCallFunctions() local 1345 ThreadSP thread_sp = m_opaque_sp->GetThreadSP(); GetSiginfo() local [all...] |
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-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 110 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() local 211 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local
|