LLDB mainline
OptionGroupFormat.cpp File Reference

Go to the source code of this file.

Variables

static constexpr OptionDefinition g_default_option_definitions []

Variable Documentation

◆ g_default_option_definitions

OptionDefinition g_default_option_definitions[]
staticconstexpr
Initial value:
= {
nullptr, {}, 0, eArgTypeFormat,
"Specify a format to be used for display."},
{LLDB_OPT_SET_2, false, "gdb-format", 'G', OptionParser::eRequiredArgument,
nullptr, {}, 0, eArgTypeGDBFormat,
"Specify a format using a GDB format specifier string."},
nullptr, {}, 0, eArgTypeByteSize,
"The size in bytes to use when displaying with the selected format."},
nullptr, {}, 0, eArgTypeCount,
"The number of total items to display."},
}
#define LLDB_OPT_SET_1
#define LLDB_OPT_SET_2
#define LLDB_OPT_SET_3
#define LLDB_OPT_SET_4

Definition at line 19 of file OptionGroupFormat.cpp.

Referenced by lldb_private::OptionGroupFormat::OptionGroupFormat().