Go to the source code of this file.
◆ g_option_table
Initial value:= {
"Specify the type of watching to perform."},
"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[]
llvm::ArrayRef< OptionEnumValueElement > OptionEnumValues
Definition at line 42 of file OptionGroupWatchpoint.cpp.
◆ g_watch_type
Initial value:= {
{
"read",
"Watch for read",
},
{
"write",
"Watch for write",
},
{
"modify",
"Watch for modifications",
},
{
"read_write",
"Watch for read/write",
},
}
Definition at line 19 of file OptionGroupWatchpoint.cpp.