Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp194 ThreadSP ThreadList::GetBackingThread(const ThreadSP &real_thread) { in GetBackingThread() function in ThreadList
200 if (m_threads[idx]->GetBackingThread() == real_thread) { in GetBackingThread()
536 !(*pos)->GetBackingThread()) in WillResume()
566 !(*pos)->GetBackingThread()) in WillResume()
592 !(*pos)->GetBackingThread()) in WillResume()
766 ThreadSP backing_thread = m_threads[idx]->GetBackingThread(); in Update()
H A DThread.cpp668 lldb::ThreadSP backing_thread_sp(GetBackingThread()); in ShouldResume()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h104 lldb::ThreadSP GetBackingThread(const lldb::ThreadSP &real_thread);
H A DThread.h472 virtual lldb::ThreadSP GetBackingThread() const { return lldb::ThreadSP(); } in GetBackingThread() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp275 ThreadSP backing_core_thread_sp(core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1729 if (ThreadSP memory_thread_sp = m_thread_list.GetBackingThread(thread_sp)) in SetThreadStopInfo()