Lines Matching refs:WatchpointSP
32 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint()
57 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
77 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
87 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
100 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
113 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
124 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
142 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
153 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
169 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
179 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
188 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetCondition()
198 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetCondition()
210 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetDescription()
224 lldb::WatchpointSP SBWatchpoint::GetSP() const { return m_opaque_wp.lock(); } in GetSP()
226 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { m_opaque_wp = sp; } in SetSP()