9#ifndef LLDB_HOST_COMMON_NATIVEWATCHPOINTLIST_H
10#define LLDB_HOST_COMMON_NATIVEWATCHPOINTLIST_H
Status Add(lldb::addr_t addr, size_t size, uint32_t watch_flags, bool hardware)
WatchpointMap m_watchpoints
const WatchpointMap & GetWatchpointMap() const
Status Remove(lldb::addr_t addr)
std::map< lldb::addr_t, NativeWatchpoint > WatchpointMap
A class that represents a running process on the host machine.