Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
510 !(*pos)->GetBackingThread()) in WillResume()
540 !(*pos)->GetBackingThread()) in WillResume()
560 !(*pos)->GetBackingThread()) in WillResume()
728 ThreadSP backing_thread = m_threads[idx]->GetBackingThread(); in Update()
H A DThread.cpp673 lldb::ThreadSP backing_thread_sp(GetBackingThread()); in ShouldResume()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadList.h103 lldb::ThreadSP GetBackingThread(const lldb::ThreadSP &real_thread);
H A DThread.h459 virtual lldb::ThreadSP GetBackingThread() const { return lldb::ThreadSP(); } in GetBackingThread() function
/llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp266 ThreadSP backing_core_thread_sp(core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1733 m_thread_list.GetBackingThread(thread_sp)) in SetThreadStopInfo()