Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp97 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 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()); 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 DOperatingSystem.cpp47 const lldb::ThreadSP &thread_sp) { in IsOperatingSystemPluginThread()
H A DStackFrame.cpp53 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 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
/freebsd-src/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( CreateThread() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h153 GetExceptionObjectForThread(lldb::ThreadSP thread_sp) GetExceptionObjectForThread() argument
158 GetBacktraceThreadFromException(lldb::ValueObjectSP thread_sp) GetBacktraceThreadFromException() argument
H A DSystemRuntime.h293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp60 for (ThreadSP thread_sp : process->Threads()) DoExecute() local
180 for (ThreadSP thread_sp : process.Threads()) DoExecute() local
H A DCommandObjectThread.cpp205 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 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()
H A DTraceIntelPTBundleLoader.cpp87 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 DThreadMemory.h77 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread()
/freebsd-src/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-src/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_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 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-src/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