LLDB mainline
OptionGroupWatchpoint.cpp File Reference

Go to the source code of this file.

Variables

static constexpr OptionEnumValueElement g_watch_type []
static constexpr OptionDefinition g_option_table []

Variable Documentation

◆ g_option_table

OptionDefinition g_option_table[]
staticconstexpr
Initial value:
= {
"Specify the type of watching to perform."},
nullptr, {}, 0, eArgTypeByteSize,
"Number of bytes to use to watch a region."},
false,
"language",
'l',
nullptr,
{},
0,
"Language of expression to run"}}
static constexpr OptionEnumValueElement g_watch_type[]
#define LLDB_OPT_SET_1
#define LLDB_OPT_SET_2
llvm::ArrayRef< OptionEnumValueElement > OptionEnumValues

Definition at line 42 of file OptionGroupWatchpoint.cpp.

◆ g_watch_type

OptionEnumValueElement g_watch_type[]
staticconstexpr
Initial value:

Definition at line 19 of file OptionGroupWatchpoint.cpp.