/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 197 ThreadSP thread_sp; in GetBackingThread() local 214 ThreadSP thread_sp; in FindThreadByIndexID() local 244 for (lldb::ThreadSP thread_sp : m_threads) { in ShouldStop() local 301 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 | 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()); in StoreBPInfo() local 152 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() local 186 ThreadSP thread_sp(m_thread_wp.lock()); in GetDescription() local 264 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() local 781 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() local 882 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() local 1060 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() local [all …]
|
H A D | StackFrame.cpp | 53 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() 79 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() 105 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() 176 ThreadSP thread_sp = GetThread(); in GetFrameIndex() local 198 ThreadSP thread_sp(GetThread()); in GetFrameCodeAddress() local 255 ThreadSP thread_sp(GetThread()); in ChangePC() local 1134 ThreadSP thread_sp(GetThread()); in GetRegisterContext() local 1748 ThreadSP thread_sp(GetThread()); in CalculateTarget() local 1759 ThreadSP thread_sp(GetThread()); in CalculateProcess() local
|
H A D | OperatingSystem.cpp | 47 const lldb::ThreadSP &thread_sp) { in IsOperatingSystemPluginThread()
|
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
|
H A D | VerboseTrapFrameRecognizer.cpp | 30 ThreadSP thread_sp = frame_sp->GetThread(); in RecognizeFrame() 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/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/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | LanguageRuntime.h | 154 lldb::ThreadSP thread_sp) { in GetExceptionObjectForThread() 159 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 | 58 for (ThreadSP thread_sp : process->Threads()) in DoExecute() local 178 for (ThreadSP thread_sp : process.Threads()) in DoExecute() 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 | TraceCursorIntelPT.cpp | 21 ThreadSP thread_sp, DecodedThreadSP decoded_thread_sp, in TraceCursorIntelPT() argument
|
/freebsd/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/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/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_sp->GetThreadSP()); in GetCurrentException() local 1318 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentExceptionBacktrace() local 1328 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in SafeToCallFunctions() local 1345 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 211 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local
|