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()
104 addr_t SBWatchpoint::GetWatchAddress() { in GetWatchAddress()
119 size_t SBWatchpoint::GetWatchSize() { in GetWatchSize()
134 void SBWatchpoint::SetEnabled(bool enabled) { in SetEnabled()
154 bool SBWatchpoint::IsEnabled() { in IsEnabled()
166 uint32_t SBWatchpoint::GetHitCount() { in GetHitCount()
180 uint32_t SBWatchpoint::GetIgnoreCount() { in GetIgnoreCount()
192 void SBWatchpoint::SetIgnoreCount(uint32_t n) { in SetIgnoreCount()
203 const char *SBWatchpoint::GetCondition() { in GetCondition()
215 void SBWatchpoint::SetCondition(const char *condition) { in SetCondition()
226 bool SBWatchpoint::GetDescription(SBStream &description, in GetDescription()
244 void SBWatchpoint::Clear() { in Clear()
250 lldb::WatchpointSP SBWatchpoint::GetSP() const { in GetSP()
256 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { in SetSP()
262 bool SBWatchpoint::EventIsWatchpointEvent(const lldb::SBEvent &event) { in EventIsWatchpointEvent()
270 SBWatchpoint::GetWatchpointEventTypeFromEvent(const SBEvent &event) { in GetWatchpointEventTypeFromEvent()
279 SBWatchpoint SBWatchpoint::GetWatchpointFromEvent(const lldb::SBEvent &event) { in GetWatchpointFromEvent()
282 SBWatchpoint sb_watchpoint; in GetWatchpointFromEvent()
289 lldb::SBType SBWatchpoint::GetType() { in GetType()
302 WatchpointValueKind SBWatchpoint::GetWatchValueKind() { in GetWatchValueKind()
316 const char *SBWatchpoint::GetWatchSpec() { in GetWatchSpec()
332 bool SBWatchpoint::IsWatchingReads() { in IsWatchingReads()
345 bool SBWatchpoint::IsWatchingWrites() { in IsWatchingWrites()