Home
last modified time | relevance | path

Searched refs:ThreadWP (Results 1 – 9 of 9) 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.h216 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
H A DStackFrame.h552 lldb::ThreadWP m_thread_wp;
H A DThread.h1401 lldb::ThreadWP m_backed_thread;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.h93 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.h456 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef