Searched refs:TargetWP (Results 1 – 6 of 6) sorted by relevance
344 lldb::TargetWP m_target_wp; ///< A weak reference to a target400 ExecutionContext (const lldb::TargetWP &target_wp, bool get_process);
87 lldb::TargetWP m_target_wp;
123 lldb::TargetWP m_target_wp;
192 lldb::TargetWP m_target_wp;
77 ExecutionContext::ExecutionContext (const lldb::TargetWP &target_wp, bool get_process) : in ExecutionContext()
404 typedef std::weak_ptr<lldb_private::Target> TargetWP; typedef