#include "lldb/Interpreter/OptionGroupWatchpoint.h"
#include "lldb/Host/OptionParser.h"
#include "lldb/Interpreter/OptionArgParser.h"
#include "lldb/Target/Language.h"
#include "lldb/lldb-enumerations.h"
usingnamespacelldb;
usingnamespacelldb_private;
static constexpr OptionEnumValueElement g_watch_type[] = …;
static constexpr OptionDefinition g_option_table[] = …;
Status
OptionGroupWatchpoint::SetOptionValue(uint32_t option_idx,
llvm::StringRef option_arg,
ExecutionContext *execution_context) { … }
void OptionGroupWatchpoint::OptionParsingStarting(
ExecutionContext *execution_context) { … }
llvm::ArrayRef<OptionDefinition> OptionGroupWatchpoint::GetDefinitions() { … }