Lines Matching refs:SBWatchpoint

29 SBWatchpoint::SBWatchpoint() { LLDB_INSTRUMENT_VA(this); }  in SBWatchpoint()  function in SBWatchpoint
31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint() function in SBWatchpoint
36 SBWatchpoint::SBWatchpoint(const SBWatchpoint &rhs) in SBWatchpoint() function in SBWatchpoint
41 const SBWatchpoint &SBWatchpoint::operator=(const SBWatchpoint &rhs) { in operator =()
48 SBWatchpoint::~SBWatchpoint() = default;
50 watch_id_t SBWatchpoint::GetID() { in GetID()
61 bool SBWatchpoint::IsValid() const { in IsValid()
65 SBWatchpoint::operator bool() const { in operator bool()
71 bool SBWatchpoint::operator==(const SBWatchpoint &rhs) const { in operator ==()
77 bool SBWatchpoint::operator!=(const SBWatchpoint &rhs) const { in operator !=()
83 SBError SBWatchpoint::GetError() { in GetError()
94 int32_t SBWatchpoint::GetHardwareIndex() { in GetHardwareIndex()
109 addr_t SBWatchpoint::GetWatchAddress() { in GetWatchAddress()
124 size_t SBWatchpoint::GetWatchSize() { in GetWatchSize()
139 void SBWatchpoint::SetEnabled(bool enabled) { in SetEnabled()
159 bool SBWatchpoint::IsEnabled() { in IsEnabled()
171 uint32_t SBWatchpoint::GetHitCount() { in GetHitCount()
185 uint32_t SBWatchpoint::GetIgnoreCount() { in GetIgnoreCount()
197 void SBWatchpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount()
208 const char *SBWatchpoint::GetCondition() { in GetCondition()
220 void SBWatchpoint::SetCondition(const char *condition) { in SetCondition()
231 bool SBWatchpoint::GetDescription(SBStream &description, in GetDescription()
249 void SBWatchpoint::Clear() { in Clear()
255 lldb::WatchpointSP SBWatchpoint::GetSP() const { in GetSP()
261 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { in SetSP()
267 bool SBWatchpoint::EventIsWatchpointEvent(const lldb::SBEvent &event) { in EventIsWatchpointEvent()
275 SBWatchpoint::GetWatchpointEventTypeFromEvent(const SBEvent &event) { in GetWatchpointEventTypeFromEvent()
284 SBWatchpoint SBWatchpoint::GetWatchpointFromEvent(const lldb::SBEvent &event) { in GetWatchpointFromEvent()
287 SBWatchpoint sb_watchpoint; in GetWatchpointFromEvent()