Home
last modified time | relevance | path

Searched refs:ThreadWP (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DExecutionContext.h265 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread
312 ExecutionContext(const lldb::ThreadWP &thread_wp);
H A DStopInfo.h174 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
H A DStackFrame.h506 lldb::ThreadWP m_thread_wp;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.h89 lldb::ThreadWP m_thread_wp;
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DMaterializer.h58 lldb::ThreadWP m_thread_wp;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h176 lldb::ThreadWP m_kernel_thread_wp;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBQueue.cpp205 std::vector<lldb::ThreadWP>
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DExecutionContext.cpp64 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h422 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef