Lines Matching refs:WatchpointSP
31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint()
54 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
87 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
99 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
114 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
129 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
142 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
162 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
175 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
188 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
200 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
211 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetCondition()
223 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetCondition()
237 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetDescription()
255 lldb::WatchpointSP SBWatchpoint::GetSP() const { in GetSP()
261 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { in SetSP()