Home
last modified time | relevance | path

Searched refs:GetBackingThread (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp195 ThreadSP ThreadList::GetBackingThread(const ThreadSP &real_thread) { in GetBackingThread() function in ThreadList
201 if (m_threads[idx]->GetBackingThread() == real_thread) { in GetBackingThread()
537 !(*pos)->GetBackingThread()) in WillResume()
567 !(*pos)->GetBackingThread()) in WillResume()
593 !(*pos)->GetBackingThread()) in WillResume()
763 ThreadSP backing_thread = m_threads[idx]->GetBackingThread(); in Update()
H A DThread.cpp684 lldb::ThreadSP backing_thread_sp(GetBackingThread()); in ShouldResume()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h84 lldb::ThreadSP GetBackingThread() const override { in GetBackingThread() function
H A DRegisterContextThreadMemory.cpp39 ThreadSP backing_thread_sp(thread_sp->GetBackingThread()); in UpdateRegisterContext()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadList.h103 lldb::ThreadSP GetBackingThread(const lldb::ThreadSP &real_thread);
H A DThread.h460 virtual lldb::ThreadSP GetBackingThread() const { return lldb::ThreadSP(); } in GetBackingThread() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp266 ThreadSP backing_core_thread_sp(core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1696 if (ThreadSP memory_thread_sp = m_thread_list.GetBackingThread(thread_sp)) in SetThreadStopInfo()