Lines Matching refs:WatchpointResource
19 WatchpointResource::WatchpointResource(lldb::addr_t addr, size_t size, in WatchpointResource() function in WatchpointResource
24 WatchpointResource::~WatchpointResource() { in ~WatchpointResource()
29 addr_t WatchpointResource::GetLoadAddress() const { return m_addr; } in GetLoadAddress()
31 size_t WatchpointResource::GetByteSize() const { return m_size; } in GetByteSize()
33 bool WatchpointResource::WatchpointResourceRead() const { return m_watch_read; } in WatchpointResourceRead()
35 bool WatchpointResource::WatchpointResourceWrite() const { in WatchpointResourceWrite()
39 void WatchpointResource::SetType(bool read, bool write) { in SetType()
44 wp_resource_id_t WatchpointResource::GetID() const { return m_id; } in GetID()
46 bool WatchpointResource::Contains(addr_t addr) { in Contains()
52 void WatchpointResource::AddConstituent(const WatchpointSP &wp_sp) { in AddConstituent()
57 void WatchpointResource::RemoveConstituent(WatchpointSP &wp_sp) { in RemoveConstituent()
65 size_t WatchpointResource::GetNumberOfConstituents() { in GetNumberOfConstituents()
70 bool WatchpointResource::ConstituentsContains(const WatchpointSP &wp_sp) { in ConstituentsContains()
74 bool WatchpointResource::ConstituentsContains(const Watchpoint *wp) { in ConstituentsContains()
82 WatchpointSP WatchpointResource::GetConstituentAtIndex(size_t idx) { in GetConstituentAtIndex()
91 WatchpointResource::WatchpointCollection
92 WatchpointResource::CopyConstituentsList() { in CopyConstituentsList()
97 bool WatchpointResource::ShouldStop(StoppointCallbackContext *context) { in ShouldStop()
116 void WatchpointResource::Dump(Stream *s) const { in Dump()
120 wp_resource_id_t WatchpointResource::GetNextID() { in GetNextID()