Lines Matching defs:SBWatchpoint
1 //===-- SBWatchpoint.cpp --------------------------------------------------===//
9 #include "lldb/API/SBWatchpoint.h"
29 SBWatchpoint::SBWatchpoint() { LLDB_INSTRUMENT_VA(this); }
31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp)
36 SBWatchpoint::SBWatchpoint(const SBWatchpoint &rhs)
41 const SBWatchpoint &SBWatchpoint::operator=(const SBWatchpoint &rhs) {
48 SBWatchpoint::~SBWatchpoint() = default;
50 watch_id_t SBWatchpoint::GetID() {
61 bool SBWatchpoint::IsValid() const {
65 SBWatchpoint::operator bool() const {
71 bool SBWatchpoint::operator==(const SBWatchpoint &rhs) const {
77 bool SBWatchpoint::operator!=(const SBWatchpoint &rhs) const {
83 SBError SBWatchpoint::GetError() {
94 int32_t SBWatchpoint::GetHardwareIndex() {
104 addr_t SBWatchpoint::GetWatchAddress() {
119 size_t SBWatchpoint::GetWatchSize() {
134 void SBWatchpoint::SetEnabled(bool enabled) {
154 bool SBWatchpoint::IsEnabled() {
166 uint32_t SBWatchpoint::GetHitCount() {
180 uint32_t SBWatchpoint::GetIgnoreCount() {
192 void SBWatchpoint::SetIgnoreCount(uint32_t n) {
203 const char *SBWatchpoint::GetCondition() {
215 void SBWatchpoint::SetCondition(const char *condition) {
226 bool SBWatchpoint::GetDescription(SBStream &description,
244 void SBWatchpoint::Clear() {
250 lldb::WatchpointSP SBWatchpoint::GetSP() const {
256 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) {
262 bool SBWatchpoint::EventIsWatchpointEvent(const lldb::SBEvent &event) {
270 SBWatchpoint::GetWatchpointEventTypeFromEvent(const SBEvent &event) {
279 SBWatchpoint SBWatchpoint::GetWatchpointFromEvent(const lldb::SBEvent &event) {
282 SBWatchpoint sb_watchpoint;
289 lldb::SBType SBWatchpoint::GetType() {
302 WatchpointValueKind SBWatchpoint::GetWatchValueKind() {
316 const char *SBWatchpoint::GetWatchSpec() {
332 bool SBWatchpoint::IsWatchingReads() {
345 bool SBWatchpoint::IsWatchingWrites() {