Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h180 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
H A DStackFrame.h522 lldb::ThreadWP m_thread_wp;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.h89 lldb::ThreadWP m_thread_wp;
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h58 lldb::ThreadWP m_thread_wp;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp203 std::vector<lldb::ThreadWP>
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp64 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h446 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef