Lines Matching refs:WatchpointSP
31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint()
33 LLDB_RECORD_CONSTRUCTOR(SBWatchpoint, (const lldb::WatchpointSP &), wp_sp); in SBWatchpoint()
56 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
91 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
103 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
118 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
133 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
146 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
166 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
179 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
192 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
204 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
215 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetCondition()
228 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetCondition()
244 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetDescription()
262 lldb::WatchpointSP SBWatchpoint::GetSP() const { in GetSP()
263 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::WatchpointSP, SBWatchpoint, GetSP); in GetSP()
268 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { in SetSP()
269 LLDB_RECORD_METHOD(void, SBWatchpoint, SetSP, (const lldb::WatchpointSP &), in SetSP()
313 LLDB_REGISTER_CONSTRUCTOR(SBWatchpoint, (const lldb::WatchpointSP &)); in RegisterMethods()
338 LLDB_REGISTER_METHOD_CONST(lldb::WatchpointSP, SBWatchpoint, GetSP, ()); in RegisterMethods()
340 (const lldb::WatchpointSP &)); in RegisterMethods()