Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDExecutionContext.h265 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread
312 ExecutionContext(const lldb::ThreadWP &thread_wp);
HDStopInfo.h180 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
HDStackFrame.h522 lldb::ThreadWP m_thread_wp;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextThreadMemory.h89 lldb::ThreadWP m_thread_wp;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDMaterializer.h58 lldb::ThreadWP m_thread_wp;
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBQueue.cpp203 std::vector<lldb::ThreadWP>
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDExecutionContext.cpp64 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h446 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef