Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h501 lldb::ThreadWP m_thread_wp;
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.h89 lldb::ThreadWP m_thread_wp;
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DMaterializer.h58 lldb::ThreadWP m_thread_wp;
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h176 lldb::ThreadWP m_kernel_thread_wp;
/llvm-project-15.0.7/lldb/source/API/
H A DSBQueue.cpp205 std::vector<lldb::ThreadWP>
/llvm-project-15.0.7/lldb/source/Target/
H A DExecutionContext.cpp64 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h414 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef