9#ifndef LLDB_API_SBWATCHPOINTOPTIONS_H
10#define LLDB_API_SBWATCHPOINTOPTIONS_H
std::unique_ptr< WatchpointOptionsImpl > m_opaque_up
const SBWatchpointOptions & operator=(const lldb::SBWatchpointOptions &rhs)
void SetWatchpointTypeWrite(lldb::WatchpointWriteType write_type)
Stop when the watched memory region is written to/modified.
lldb::WatchpointWriteType GetWatchpointTypeWrite() const
void SetWatchpointTypeRead(bool read)
Stop when the watched memory region is read.
bool GetWatchpointTypeRead() const