Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h265 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread
311 ExecutionContext(const lldb::ThreadWP &thread_wp);
DStopInfo.h161 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
DStackFrame.h499 lldb::ThreadWP m_thread_wp;
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.h89 lldb::ThreadWP m_thread_wp;
/external/llvm-project/lldb/include/lldb/Expression/
DMaterializer.h58 lldb::ThreadWP m_thread_wp;
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h178 lldb::ThreadWP m_kernel_thread_wp;
/external/llvm-project/lldb/source/API/
DSBQueue.cpp211 std::vector<lldb::ThreadWP>
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp66 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext()
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h433 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef