Home
last modified time | relevance | path

Searched refs:GetThreadAtIndex (Results 1 – 25 of 39) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThreadCollection.cpp76 SBThread SBThreadCollection::GetThreadAtIndex(size_t idx) { in GetThreadAtIndex() function in SBThreadCollection
81 thread = m_opaque_sp->GetThreadAtIndex(idx); in GetThreadAtIndex()
H A DSBQueue.cpp139 lldb::SBThread GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in lldb_private::QueueImpl
285 SBThread SBQueue::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in SBQueue
288 SBThread th = m_opaque_sp->GetThreadAtIndex(idx); in GetThreadAtIndex()
H A DSBProcess.cpp384 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex() function in SBProcess
395 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update); in GetThreadAtIndex()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThreadCollection.i35 GetThreadAtIndex (size_t idx);
H A DSBProcess.i138 for more details.") GetThreadAtIndex;
140 GetThreadAtIndex (size_t index);
485 return self.sbprocess.GetThreadAtIndex(key)
H A DSBQueue.i63 GetThreadAtIndex (uint32_t);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThreadCollection.h32 lldb::SBThread GetThreadAtIndex(size_t idx);
H A DSBQueue.h47 lldb::SBThread GetThreadAtIndex(uint32_t);
H A DSBProcess.h91 lldb::SBThread GetThreadAtIndex(size_t index);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadCollection.h44 lldb::ThreadSP GetThreadAtIndex(uint32_t idx);
H A DThreadList.h87 lldb::ThreadSP GetThreadAtIndex(uint32_t idx, bool can_update = true);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadCollection.cpp59 ThreadSP ThreadCollection::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in ThreadCollection
H A DThreadList.cpp91 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex() function in ThreadList
631 thread_to_run = run_me_only_list.GetThreadAtIndex(0); in WillResume()
636 thread_to_run = run_me_only_list.GetThreadAtIndex(random_thread); in WillResume()
H A DProcess.cpp833 thread = thread_list.GetThreadAtIndex(i); in HandleProcessStateChangedEvent()
879 thread = thread_list.GetThreadAtIndex(0); in HandleProcessStateChangedEvent()
1169 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread(); in UpdateThreadListIfNeeded()
3951 lldb::ThreadSP thread_sp = curr_thread_list.GetThreadAtIndex(idx); in ShouldStop()
3988 lldb::ThreadSP thread_sp = not_suspended_thread_list.GetThreadAtIndex(idx); in ShouldStop()
5345 Thread *thread = thread_list.GetThreadAtIndex(thread_index).get(); in RunThreadPlan()
5543 thread_id_array[idx] = curr_thread_list.GetThreadAtIndex(idx)->GetID(); in GetThreadStatus()
H A DExecutionContext.cpp516 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(0); in SetTargetPtr()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddisasm.py68 thread = process.GetThreadAtIndex(0)
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp208 core_thread_list.GetThreadAtIndex(core_idx, false), insert_idx); in UpdateThreadList()
259 core_thread_list.GetThreadAtIndex(core_number, false)); in CreateThreadFromThreadInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp222 m_thread_list.GetThreadAtIndex(i)); in DoResume()
874 Thread *thread = m_thread_list.GetThreadAtIndex(i).get(); in EnableWatchpoint()
887 Thread *thread = m_thread_list.GetThreadAtIndex(i).get(); in EnableWatchpoint()
919 Thread *thread = m_thread_list.GetThreadAtIndex(i).get(); in DisableWatchpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp428 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddThreadList()
503 ThreadSP thread_sp(thread_list.GetThreadAtIndex(stop_reason_thread_idx)); in AddException()
520 ThreadSP thread_sp(thread_list.GetThreadAtIndex(stop_reason_thread_idx)); in AddException()
572 ThreadSP thread_sp(thread_list.GetThreadAtIndex(i)); in AddMemoryList()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp100 NativeThreadProtocol *NativeProcessProtocol::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex() function in NativeProcessProtocol
137 const_cast<NativeProcessProtocol *>(this)->GetThreadAtIndex(0)); in GetHardwareDebugSupportInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp252 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h213 NativeThreadProtocol *GetThreadAtIndex(uint32_t idx);
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp235 lldb::SBThread thread = process.GetThreadAtIndex(thread_idx); in SendThreadStoppedEvent()
260 lldb::SBThread thread = process.GetThreadAtIndex(0); in SendThreadStoppedEvent()
264 lldb::SBThread thread = process.GetThreadAtIndex(thread_idx); in SendThreadStoppedEvent()
2664 lldb::SBThread thread = process.GetThreadAtIndex(thread_idx); in request_threads()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h283 nub_thread_t GetThreadAtIndex(nub_size_t thread_idx) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp114 ThreadSP thread_sp(m_process->GetThreadList().GetThreadAtIndex(0)); in ProcessDidExec()

12