Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp193 ThreadSP ThreadList::GetBackingThread(const ThreadSP &real_thread) { in GetBackingThread() function in ThreadList
199 if (m_threads[idx]->GetBackingThread() == real_thread) { in GetBackingThread()
509 !(*pos)->GetBackingThread()) in WillResume()
539 !(*pos)->GetBackingThread()) in WillResume()
559 !(*pos)->GetBackingThread()) in WillResume()
722 ThreadSP backing_thread = m_threads[idx]->GetBackingThread(); in Update()
H A DThread.cpp662 lldb::ThreadSP backing_thread_sp(GetBackingThread()); in ShouldResume()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h85 lldb::ThreadSP GetBackingThread() const override { in GetBackingThread() function
H A DRegisterContextThreadMemory.cpp40 ThreadSP backing_thread_sp(thread_sp->GetBackingThread()); in UpdateRegisterContext()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h104 lldb::ThreadSP GetBackingThread(const lldb::ThreadSP &real_thread);
H A DThread.h483 virtual lldb::ThreadSP GetBackingThread() const { return lldb::ThreadSP(); } in GetBackingThread() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp276 ThreadSP backing_core_thread_sp(core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1871 m_thread_list.GetBackingThread(thread_sp)) in SetThreadStopInfo()