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 OptionDefinition g_option_table []
 

Variable Documentation

◆ g_option_table

constexpr 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
Definition: lldb-defines.h:111
#define LLDB_OPT_SET_2
Definition: lldb-defines.h:112
llvm::ArrayRef< OptionEnumValueElement > OptionEnumValues
@ eArgTypeByteSize
@ eArgTypeLanguage
@ eArgTypeWatchType

Definition at line 42 of file OptionGroupWatchpoint.cpp.

◆ g_watch_type

constexpr OptionEnumValueElement g_watch_type[]
staticconstexpr
Initial value:

Definition at line 19 of file OptionGroupWatchpoint.cpp.