Lines Matching defs:OptionGroupWatchpoint
1 //===-- OptionGroupWatchpoint.cpp -------------------------------*- C++ -*-===//
10 #include "lldb/Interpreter/OptionGroupWatchpoint.h"
25 { OptionGroupWatchpoint::eWatchRead, "read", "Watch for read"},
26 { OptionGroupWatchpoint::eWatchWrite, "write", "Watch for write"},
27 { OptionGroupWatchpoint::eWatchReadWrite, "read_write", "Watch for read/write"},
49 OptionGroupWatchpoint::IsWatchSizeSupported(uint32_t watch_size)
61 OptionGroupWatchpoint::OptionGroupWatchpoint () :
66 OptionGroupWatchpoint::~OptionGroupWatchpoint ()
71 OptionGroupWatchpoint::SetOptionValue (CommandInterpreter &interpreter,
103 OptionGroupWatchpoint::OptionParsingStarting (CommandInterpreter &interpreter)
112 OptionGroupWatchpoint::GetDefinitions ()
118 OptionGroupWatchpoint::GetNumDefinitions ()