Home
last modified time | relevance | path

Searched refs:SetBackingThread (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h77 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp268 thread_sp->SetBackingThread(backing_core_thread_sp); in CreateThreadFromThreadInfo()
270 thread_sp->SetBackingThread(core_thread_sp); in CreateThreadFromThreadInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h456 virtual bool SetBackingThread(const lldb::ThreadSP &thread_sp) { in SetBackingThread() function