Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h312 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread
370 ExecutionContext(const lldb::ThreadWP &thread_wp);
H A DStopInfo.h163 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
H A DStackFrame.h560 lldb::ThreadWP m_thread_wp;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.h90 lldb::ThreadWP m_thread_wp;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DMaterializer.h61 lldb::ThreadWP m_thread_wp;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBQueue.cpp226 std::vector<lldb::ThreadWP>
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp67 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h462 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef