LLDB mainline
Variables
OptionGroupWatchpoint.cpp File Reference
#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"

Go to the source code of this file.

Variables

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

Variable Documentation

◆ g_option_table

constexpr OptionDefinition g_option_table[]
staticconstexpr
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_size[]
static constexpr OptionEnumValueElement g_watch_type[]
#define LLDB_OPT_SET_1
Definition: lldb-defines.h:107
#define LLDB_OPT_SET_2
Definition: lldb-defines.h:108
llvm::ArrayRef< OptionEnumValueElement > OptionEnumValues
@ eArgTypeByteSize
@ eArgTypeLanguage
@ eArgTypeWatchType

Definition at line 65 of file OptionGroupWatchpoint.cpp.

◆ g_watch_size

constexpr OptionEnumValueElement g_watch_size[]
staticconstexpr
Initial value:
= {
{
1,
"1",
"Watch for byte size of 1",
},
{
2,
"2",
"Watch for byte size of 2",
},
{
4,
"4",
"Watch for byte size of 4",
},
{
8,
"8",
"Watch for byte size of 8",
},
}

Definition at line 42 of file OptionGroupWatchpoint.cpp.

Referenced by lldb_private::OptionGroupWatchpoint::IsWatchSizeSupported().

◆ g_watch_type

constexpr OptionEnumValueElement g_watch_type[]
staticconstexpr
Initial value:

Definition at line 19 of file OptionGroupWatchpoint.cpp.