Home
last modified time | relevance | path

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

1234

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp32 MachThreadSP thread_sp(GetThreadByID(tid)); in GetState() local
39 MachThreadSP thread_sp(GetThreadByID(tid)); in GetName() local
48 MachThreadSP thread_sp(GetThreadByID(tid)); in GetRequestedQoS() local
55 MachThreadSP thread_sp(GetThreadByID(tid)); in GetPThreadT() local
62 MachThreadSP thread_sp(GetThreadByID(tid)); in GetDispatchQueueT() local
71 MachThreadSP thread_sp(GetThreadByID(tid)); in GetTSDAddressForThread() local
80 MachThreadSP thread_sp(GetThreadByID(tid)); in SetCurrentThread() local
90 MachThreadSP thread_sp(GetThreadByID(tid)); in GetThreadStoppedReason() local
106 MachThreadSP thread_sp(GetThreadByID(tid)); in DumpThreadStoppedReason() local
112 MachThreadSP thread_sp(GetThreadByID(tid)); in GetThreadInfo() local
[all …]
/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()); IsValid() local
48 ThreadSP thread_sp(m_thread_wp.lock()); MakeStopInfoValid() local
56 ThreadSP thread_sp(m_thread_wp.lock()); 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
1060 ThreadSP thread_sp(m_thread_wp.lock()); ShouldStopSynchronous() local
1067 ThreadSP thread_sp(m_thread_wp.lock()); ShouldStop() local
1075 ThreadSP thread_sp(m_thread_wp.lock()); DoShouldNotify() local
1094 ThreadSP thread_sp(m_thread_wp.lock()); WillResume() local
1104 ThreadSP thread_sp(m_thread_wp.lock()); GetDescription() local
1244 ThreadSP thread_sp(m_thread_wp.lock()); ShouldStop() local
1260 ThreadSP thread_sp(m_thread_wp.lock()); PerformAction() local
1290 ThreadSP thread_sp(m_thread_wp.lock()); PerformAction() local
1324 ThreadSP thread_sp(m_thread_wp.lock()); PerformAction() local
1356 ThreadSP thread_sp(m_thread_wp.lock()); PerformAction() local
1467 ThreadSP thread_sp = stop_info_sp->GetThread(); GetCrashingDereference() local
[all...]
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 DStackFrame.cpp53 StackFrame(const ThreadSP & thread_sp,user_id_t frame_idx,user_id_t unwind_frame_index,addr_t cfa,bool cfa_is_valid,addr_t pc,StackFrame::Kind kind,bool behaves_like_zeroth_frame,const SymbolContext * sc_ptr) StackFrame() argument
79 StackFrame(const ThreadSP & thread_sp,user_id_t frame_idx,user_id_t unwind_frame_index,const RegisterContextSP & reg_context_sp,addr_t cfa,addr_t pc,bool behaves_like_zeroth_frame,const SymbolContext * sc_ptr) StackFrame() argument
105 StackFrame(const ThreadSP & thread_sp,user_id_t frame_idx,user_id_t unwind_frame_index,const RegisterContextSP & reg_context_sp,addr_t cfa,const Address & pc_addr,bool behaves_like_zeroth_frame,const SymbolContext * sc_ptr) StackFrame() argument
176 ThreadSP thread_sp = GetThread(); GetFrameIndex() local
198 ThreadSP thread_sp(GetThread()); GetFrameCodeAddress() local
255 ThreadSP thread_sp(GetThread()); ChangePC() local
1134 ThreadSP thread_sp(GetThread()); GetRegisterContext() local
1748 ThreadSP thread_sp(GetThread()); CalculateTarget() local
1759 ThreadSP thread_sp(GetThread()); CalculateProcess() local
[all...]
H A DThreadPlanStack.cpp425 ThreadSP thread_sp = current_threads.FindThreadByID(cur_tid); Update() local
442 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); DumpPlans() local
477 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); DumpPlansForTID() local
516 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); PrunePlansForTID() local
[all...]
H A DQueue.cpp44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads() local
/llvm-project/lldb/unittests/Thread/
H A DThreadTest.cpp125 ThreadSP thread_sp = in CreateWindowsThread() local
149 auto thread_sp = CreateWindowsThread(process_sp, t); in TEST_F() local
180 ThreadSP thread_sp = std::make_shared<DummyThread>(*process_sp.get(), 0); in TEST_F() local
215 ThreadSP thread_sp = std::make_shared<DummyThread>(*process_sp.get(), 0); in TEST_F() local
/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
/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...]
/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h154 lldb::ThreadSP thread_sp) { in GetExceptionObjectForThread() argument
159 lldb::ValueObjectSP thread_sp) { in GetBacktraceThreadFromException() argument
H A DSystemRuntime.h293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
/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()
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h77 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread()
/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
/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
/llvm-project/lldb/source/API/
H A DSBQueueItem.cpp100 ThreadSP thread_sp; in GetExtendedBacktraceThread() local
H A DSBExecutionContext.cpp106 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread() local
H A DSBThread.cpp379 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); GetThreadID() local
388 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); GetIndexID() local
1299 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); GetExtendedBacktraceOriginatingIndexID() local
1308 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); 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 DSBQueue.cpp96 ThreadSP thread_sp = thread_list[idx]; in FetchThreads() local
145 ThreadSP thread_sp = m_threads[idx].lock(); in GetThreadAtIndex() local
/llvm-project/lldb/unittests/Process/
H A DProcessEventDataTest.cpp123 ThreadSP thread_sp = std::make_shared<DummyThread>(*process_sp.get(), 0); in CreateThread() local
201 ThreadSP thread_sp = CreateThread(process_sp, true, true); TEST_F() local
[all...]

1234