Home
last modified time | relevance | path

Searched defs:thread_sp (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp96 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 DThreadCollection.cpp24 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 DExecutionContext.cpp37 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 DStopInfo.cpp41 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 DStackFrame.cpp53 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 DOperatingSystem.cpp47 const lldb::ThreadSP &thread_sp) { in IsOperatingSystemPluginThread()
H A DTraceCursor.cpp18 TraceCursor::TraceCursor(lldb::ThreadSP thread_sp) in TraceCursor()
H A DThreadPlanStack.cpp425 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 DQueue.cpp44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads() local
H A DVerboseTrapFrameRecognizer.cpp30 ThreadSP thread_sp = frame_sp->GetThread(); in RecognizeFrame() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp201 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 DReportRetriever.cpp63 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 DLanguageRuntime.h154 lldb::ThreadSP thread_sp) { in GetExceptionObjectForThread()
159 lldb::ValueObjectSP thread_sp) { in GetBacktraceThreadFromException()
H A DSystemRuntime.h293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp114 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 DCommandObjectThreadUtil.cpp58 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 DThreadDecoder.cpp21 ThreadDecoder::ThreadDecoder(const ThreadSP &thread_sp, TraceIntelPT &trace) in ThreadDecoder()
H A DTraceCursorIntelPT.cpp21 ThreadSP thread_sp, DecodedThreadSP decoded_thread_sp, in TraceCursorIntelPT() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h77 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp83 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 DSBThread.cpp379 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 DSBQueueItem.cpp100 ThreadSP thread_sp; in GetExtendedBacktraceThread() local
H A DSBQueue.cpp96 ThreadSP thread_sp = thread_list[idx]; in FetchThreads() local
145 ThreadSP thread_sp = m_threads[idx].lock(); in GetThreadAtIndex() local
H A DSBExecutionContext.cpp106 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp110 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() local
211 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local

123