| /openbsd/src/gnu/llvm/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 …]
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | ThreadList.cpp | 97 ThreadSP thread_sp; in GetThreadAtIndex() local 109 ThreadSP thread_sp; in FindThreadByID() local 127 ThreadSP thread_sp; in FindThreadByProtocolID() local 145 ThreadSP thread_sp; in RemoveThreadByID() local 165 ThreadSP thread_sp; in RemoveThreadByProtocolID() local 179 ThreadSP thread_sp; in GetThreadSPForThreadPtr() local 198 ThreadSP thread_sp; in GetBackingThread() local 215 ThreadSP thread_sp; in FindThreadByIndexID() local 245 for (lldb::ThreadSP thread_sp : m_threads) { in ShouldStop() local 302 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 | 40 ThreadSP thread_sp(m_thread_wp.lock()); in IsValid() local 47 ThreadSP thread_sp(m_thread_wp.lock()); in MakeStopInfoValid() local 55 ThreadSP thread_sp(m_thread_wp.lock()); in HasTargetRunSinceMe() local 107 ThreadSP thread_sp(m_thread_wp.lock()); in StoreBPInfo() local 149 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() local 183 ThreadSP thread_sp(m_thread_wp.lock()); in GetDescription() local 261 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() local 779 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() local 883 ThreadSP thread_sp(m_thread_wp.lock()); in PerformAction() local 1059 ThreadSP thread_sp(m_thread_wp.lock()); in ShouldStopSynchronous() local [all …]
|
| D | ExecutionContext.cpp | 37 ExecutionContext::ExecutionContext(const lldb::ThreadSP &thread_sp) in ExecutionContext() 66 lldb::ThreadSP thread_sp(thread_wp.lock()); in ExecutionContext() local 252 void ExecutionContext::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() 309 void ExecutionContext::SetContext(const lldb::ThreadSP &thread_sp) { in SetContext() 434 lldb::ThreadSP thread_sp(exe_ctx.GetThreadSP()); in operator =() local 471 void ExecutionContextRef::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() 513 lldb::ThreadSP thread_sp( in SetTargetPtr() local 575 lldb::ThreadSP thread_sp(m_thread_wp.lock()); in GetThreadSP() local 601 lldb::ThreadSP thread_sp(GetThreadSP()); in GetFrameSP() local
|
| D | StackFrame.cpp | 53 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 1146 ThreadSP thread_sp(GetThread()); in GetRegisterContext() local 1763 ThreadSP thread_sp(GetThread()); in CalculateTarget() local 1774 ThreadSP thread_sp(GetThread()); in CalculateProcess() local
|
| D | ThreadPlanStack.cpp | 425 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
|
| D | OperatingSystem.cpp | 47 const lldb::ThreadSP &thread_sp) { in IsOperatingSystemPluginThread()
|
| D | TraceCursor.cpp | 18 TraceCursor::TraceCursor(lldb::ThreadSP thread_sp) in TraceCursor()
|
| D | Queue.cpp | 44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads() local
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/ |
| D | OperatingSystemPython.cpp | 192 ThreadSP thread_sp(CreateThreadFromThreadInfo( in UpdateThreadList() local 220 ThreadSP thread_sp; in CreateThreadFromThreadInfo() local 399 ThreadSP thread_sp( in CreateThread() local
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | LanguageRuntime.h | 121 lldb::ThreadSP thread_sp) { in GetExceptionObjectForThread() 126 lldb::ValueObjectSP thread_sp) { in GetBacktraceThreadFromException()
|
| D | SystemRuntime.h | 293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| D | InstrumentationRuntimeASan.cpp | 114 ThreadSP thread_sp = in RetrieveReportData() local 260 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBThread.cpp | 379 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID() local 388 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID() local 1278 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID() local 1287 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentException() local 1297 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentExceptionBacktrace() local 1307 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in SafeToCallFunctions() local 1324 ThreadSP thread_sp = m_opaque_sp->GetThreadSP(); in GetSiginfo() local
|
| D | SBQueue.cpp | 98 ThreadSP thread_sp = thread_list[idx]; in FetchThreads() local 147 ThreadSP thread_sp = m_threads[idx].lock(); in GetThreadAtIndex() local
|
| D | SBQueueItem.cpp | 100 ThreadSP thread_sp; in GetExtendedBacktraceThread() local
|
| D | SBExecutionContext.cpp | 106 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread() local
|
| D | SBProcess.cpp | 204 ThreadSP thread_sp; in GetSelectedThread() local 221 ThreadSP thread_sp; in CreateOSPluginThread() local 388 ThreadSP thread_sp; in GetThreadAtIndex() local 680 ThreadSP thread_sp; in GetThreadByID() local 698 ThreadSP thread_sp; in GetThreadByIndexID() local
|
| /openbsd/src/gnu/llvm/lldb/source/Commands/ |
| D | CommandObjectThreadUtil.cpp | 60 for (ThreadSP thread_sp : process->Threads()) in DoExecute() local 181 for (ThreadSP thread_sp : process.Threads()) in DoExecute() local
|
| D | CommandObjectThread.cpp | 205 ThreadSP thread_sp = in HandleOneThread() local 1305 ThreadSP thread_sp = in HandleOneThread() local 1353 ThreadSP thread_sp = in HandleOneThread() local 1401 ThreadSP thread_sp = in HandleOneThread() local 1573 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute() local 2107 ThreadSP thread_sp = in GetSingleThreadFromArgs() local 2186 ThreadSP thread_sp = GetSingleThreadFromArgs(m_exe_ctx, args, result); in DoExecute() local 2370 ThreadSP thread_sp = GetSingleThreadFromArgs(m_exe_ctx, args, result); in DoExecute() local 2490 ThreadSP thread_sp = in HandleOneThread() local
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| D | InstrumentationRuntimeMainThreadChecker.cpp | 83 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() local 161 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| D | InstrumentationRuntimeUBSan.cpp | 111 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() local 211 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| D | ThreadMemory.h | 77 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| D | ProcessKDP.cpp | 488 ThreadSP thread_sp(m_kernel_thread_wp.lock()); in GetKernelThread() local 504 ThreadSP thread_sp( in DoUpdateThreadList() local 791 ThreadSP thread_sp(GetKernelThread()); in AsyncThread() local
|