Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/lldb/source/Target/
H A 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 …]
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 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 …]
H A 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
H A 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
H A 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
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 DQueue.cpp44 for (ThreadSP thread_sp : process_sp->Threads()) { in GetThreads() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguageRuntime.h121 lldb::ThreadSP thread_sp) { in GetExceptionObjectForThread()
126 lldb::ValueObjectSP thread_sp) { in GetBacktraceThreadFromException()
H A DSystemRuntime.h293 virtual bool SafeToCallFunctionsOnThisThread(lldb::ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A 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/source/Plugins/InstrumentationRuntime/ASan/
H A 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/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp428 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddThreadList() local
503 ThreadSP thread_sp(thread_list.GetThreadAtIndex(stop_reason_thread_idx)); in AddException() local
520 ThreadSP thread_sp(thread_list.GetThreadAtIndex(stop_reason_thread_idx)); in AddException() local
572 ThreadSP thread_sp(thread_list.GetThreadAtIndex(i)); in AddMemoryList() local
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp60 for (ThreadSP thread_sp : process->Threads()) in DoExecute() local
181 for (ThreadSP thread_sp : process.Threads()) in DoExecute() local
H A 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/API/
H A 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
H A DSBQueue.cpp98 ThreadSP thread_sp = thread_list[idx]; in FetchThreads() local
147 ThreadSP thread_sp = m_threads[idx].lock(); in GetThreadAtIndex() local
H A DSBQueueItem.cpp100 ThreadSP thread_sp; in GetExtendedBacktraceThread() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A 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/Trace/intel-pt/
H A DThreadDecoder.cpp21 ThreadDecoder::ThreadDecoder(const ThreadSP &thread_sp, TraceIntelPT &trace) in ThreadDecoder()
H A DTraceIntelPTBundleLoader.cpp86 ThreadPostMortemTraceSP thread_sp = in ParseThread() local
157 ThreadPostMortemTraceSP thread_sp = std::make_shared<ThreadPostMortemTrace>( in ParseKernel() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h77 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp111 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP(); in RetrieveReportData() local
211 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit() local

123