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()
109 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
124 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
137 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
157 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
170 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
183 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
195 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
206 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetCondition()
218 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetCondition()
232 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetDescription()
250 lldb::WatchpointSP SBWatchpoint::GetSP() const { in GetSP()
256 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { in SetSP()
292 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetType()
305 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchValueKind()
319 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSpec()
334 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsWatchingReads()
347 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsWatchingWrites()