| /external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
| D | MachThreadList.cpp | 32 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/ |
| 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 298 ThreadSP thread_sp(*pos); in ShouldStop() local [all …]
|
| 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
|
| D | StopInfo.cpp | 38 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 …]
|
| D | ExecutionContext.cpp | 39 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
|
| D | StackFrame.cpp | 51 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
|
| D | ThreadPlanStack.cpp | 415 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
|
| D | OperatingSystem.cpp | 48 const lldb::ThreadSP &thread_sp) { in IsOperatingSystemPluginThread()
|
| D | Queue.cpp | 44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads() local
|
| D | AssertFrameRecognizer.cpp | 106 ThreadSP thread_sp = frame_sp->GetThread(); in RecognizeFrame() local
|
| /external/llvm-project/lldb/include/lldb/Target/ |
| D | LanguageRuntime.h | 120 lldb::ThreadSP thread_sp) { in GetExceptionObjectForThread() 125 lldb::ValueObjectSP thread_sp) { in GetBacktraceThreadFromException()
|
| D | SystemRuntime.h | 293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
|
| D | StopInfo.h | 32 void SetThread(const lldb::ThreadSP &thread_sp) { m_thread_wp = thread_sp; } in SetThread()
|
| /external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| D | OperatingSystemPython.cpp | 204 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/ |
| D | ThreadTest.cpp | 117 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/ |
| D | InstrumentationRuntimeASan.cpp | 118 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/ |
| D | ThreadMemory.h | 77 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread()
|
| /external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| D | InstrumentationRuntimeMainThreadChecker.cpp | 88 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/ |
| D | ProcessEventDataTest.cpp | 130 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/ |
| D | SBQueueItem.cpp | 105 ThreadSP thread_sp; in GetExtendedBacktraceThread() local
|
| D | SBQueue.cpp | 104 ThreadSP thread_sp = thread_list[idx]; in FetchThreads() local 153 ThreadSP thread_sp = m_threads[idx].lock(); in GetThreadAtIndex() local
|
| D | SBExecutionContext.cpp | 116 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread() local
|
| D | SBThread.cpp | 370 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/ |
| D | InstrumentationRuntimeUBSan.cpp | 115 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/ |
| D | CommandObjectThreadUtil.cpp | 47 for (ThreadSP thread_sp : process->Threads()) in DoExecute() local
|