Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/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 …]
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadList.cpp97 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 …]
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.cpp40 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 …]
DExecutionContext.cpp37 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
DStackFrame.cpp53 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
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
DOperatingSystem.cpp47 const lldb::ThreadSP &thread_sp) { in IsOperatingSystemPluginThread()
DTraceCursor.cpp18 TraceCursor::TraceCursor(lldb::ThreadSP thread_sp) in TraceCursor()
DQueue.cpp44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp192 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/
DLanguageRuntime.h121 lldb::ThreadSP thread_sp) { in GetExceptionObjectForThread()
126 lldb::ValueObjectSP thread_sp) { in GetBacktraceThreadFromException()
DSystemRuntime.h293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp114 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/
DSBThread.cpp379 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
DSBQueue.cpp98 ThreadSP thread_sp = thread_list[idx]; in FetchThreads() local
147 ThreadSP thread_sp = m_threads[idx].lock(); in GetThreadAtIndex() local
DSBQueueItem.cpp100 ThreadSP thread_sp; in GetExtendedBacktraceThread() local
DSBExecutionContext.cpp106 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread() local
DSBProcess.cpp204 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/
DCommandObjectThreadUtil.cpp60 for (ThreadSP thread_sp : process->Threads()) in DoExecute() local
181 for (ThreadSP thread_sp : process.Threads()) in DoExecute() local
DCommandObjectThread.cpp205 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/
DInstrumentationRuntimeMainThreadChecker.cpp83 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/
DInstrumentationRuntimeUBSan.cpp111 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/
DThreadMemory.h77 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp488 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

123