Lines Matching refs:GetSP
73 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
98 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
111 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
126 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
141 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
154 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
165 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
179 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
196 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
209 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
220 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetCondition()
232 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetCondition()
245 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetDescription()
265 SBWatchpoint::GetSP () const in GetSP() function in SBWatchpoint
287 return Watchpoint::WatchpointEventData::GetWatchpointEventTypeFromEvent (event.GetSP()); in GetWatchpointEventTypeFromEvent()
296 …b_watchpoint.m_opaque_sp = Watchpoint::WatchpointEventData::GetWatchpointFromEvent (event.GetSP()); in GetWatchpointFromEvent()