Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp526 !thread_sp->GetBackingThread()) in WillResume()
583 !thread_sp->GetBackingThread()) in WillResume()
770 ThreadSP backing_thread = m_threads[idx]->GetBackingThread(); in Update()
H A DThread.cpp696 lldb::ThreadSP backing_thread_sp(GetBackingThread()); in ShouldResume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp41 ThreadSP backing_thread_sp(thread_sp->GetBackingThread()); in UpdateRegisterContext()
H A DThreadMemory.h146 lldb::ThreadSP GetBackingThread() const override { in GetBackingThread() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h507 Thread *backing_thread = backed_thread.GetBackingThread().get(); in SetBackedThread()
522 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/Commands/
H A DCommandObjectThread.cpp1343 if (m_options.m_backing_thread && thread->GetBackingThread()) in HandleOneThread()
1344 thread = thread->GetBackingThread().get(); in HandleOneThread()