Home
last modified time | relevance | path

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

123

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
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 …]
/external/llvm-project/lldb/source/Target/
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
298 ThreadSP thread_sp(*pos); in ShouldStop() local
[all …]
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
DStopInfo.cpp38 ThreadSP thread_sp(m_thread_wp.lock()); in IsValid() local
45 ThreadSP thread_sp(m_thread_wp.lock()); in MakeStopInfoValid() local
53 ThreadSP thread_sp(m_thread_wp.lock()); in HasTargetRunSinceMe() local
105 ThreadSP thread_sp(m_thread_wp.lock()); in StoreBPInfo() local
136 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() local
165 ThreadSP thread_sp(m_thread_wp.lock()); in DoShouldNotify() local
186 ThreadSP thread_sp(m_thread_wp.lock()); in GetDescription() local
264 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() local
651 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() local
692 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() local
[all …]
DExecutionContext.cpp39 ExecutionContext::ExecutionContext(const lldb::ThreadSP &thread_sp) in ExecutionContext()
68 lldb::ThreadSP thread_sp(thread_wp.lock()); in ExecutionContext() local
254 void ExecutionContext::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP()
311 void ExecutionContext::SetContext(const lldb::ThreadSP &thread_sp) { in SetContext()
441 lldb::ThreadSP thread_sp(exe_ctx.GetThreadSP()); in operator =() local
478 void ExecutionContextRef::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP()
520 lldb::ThreadSP thread_sp( in SetTargetPtr() local
582 lldb::ThreadSP thread_sp(m_thread_wp.lock()); in GetThreadSP() local
608 lldb::ThreadSP thread_sp(GetThreadSP()); in GetFrameSP() local
DStackFrame.cpp51 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame()
77 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame()
103 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame()
174 ThreadSP thread_sp = GetThread(); in GetFrameIndex() local
196 ThreadSP thread_sp(GetThread()); in GetFrameCodeAddress() local
224 ThreadSP thread_sp(GetThread()); in ChangePC() local
302 ThreadSP thread_sp(GetThread()); in GetSymbolContext() local
1120 ThreadSP thread_sp(GetThread()); in GetRegisterContext() local
1753 ThreadSP thread_sp(GetThread()); in CalculateTarget() local
1764 ThreadSP thread_sp(GetThread()); in CalculateProcess() local
DThreadPlanStack.cpp415 ThreadSP thread_sp = current_threads.FindThreadByID(cur_tid); in Update() local
431 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlans() local
465 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlansForTID() local
503 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in PrunePlansForTID() local
DOperatingSystem.cpp48 const lldb::ThreadSP &thread_sp) { in IsOperatingSystemPluginThread()
DQueue.cpp44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads() local
DAssertFrameRecognizer.cpp106 ThreadSP thread_sp = frame_sp->GetThread(); in RecognizeFrame() local
/external/llvm-project/lldb/include/lldb/Target/
DLanguageRuntime.h120 lldb::ThreadSP thread_sp) { in GetExceptionObjectForThread()
125 lldb::ValueObjectSP thread_sp) { in GetBacktraceThreadFromException()
DSystemRuntime.h293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
DStopInfo.h32 void SetThread(const lldb::ThreadSP &thread_sp) { m_thread_wp = thread_sp; } in SetThread()
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp204 ThreadSP thread_sp(CreateThreadFromThreadInfo( in UpdateThreadList() local
232 ThreadSP thread_sp; in CreateThreadFromThreadInfo() local
411 ThreadSP thread_sp( in CreateThread() local
/external/llvm-project/lldb/unittests/Thread/
DThreadTest.cpp117 ThreadSP thread_sp = std::make_shared<DummyThread>(*process_sp.get(), 0); in TEST_F() local
152 ThreadSP thread_sp = std::make_shared<DummyThread>(*process_sp.get(), 0); in TEST_F() local
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp118 ThreadSP thread_sp = in RetrieveReportData() local
262 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.h77 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp88 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() local
171 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local
/external/llvm-project/lldb/unittests/Process/
DProcessEventDataTest.cpp130 ThreadSP thread_sp = std::make_shared<DummyThread>(*process_sp.get(), 0); in CreateThread() local
208 ThreadSP thread_sp = CreateThread(process_sp, true, true); in TEST_F() local
/external/llvm-project/lldb/source/API/
DSBQueueItem.cpp105 ThreadSP thread_sp; in GetExtendedBacktraceThread() local
DSBQueue.cpp104 ThreadSP thread_sp = thread_list[idx]; in FetchThreads() local
153 ThreadSP thread_sp = m_threads[idx].lock(); in GetThreadAtIndex() local
DSBExecutionContext.cpp116 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread() local
DSBThread.cpp370 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID() local
379 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID() local
1305 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID() local
1314 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentException() local
1325 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentExceptionBacktrace() local
1336 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in SafeToCallFunctions() local
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp115 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() local
213 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectThreadUtil.cpp47 for (ThreadSP thread_sp : process->Threads()) in DoExecute() local

123