LLDB mainline
Variables
OptionGroupFormat.cpp File Reference
#include "lldb/Interpreter/OptionGroupFormat.h"
#include "lldb/Host/OptionParser.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/Target/Target.h"

Go to the source code of this file.

Variables

static constexpr OptionDefinition g_default_option_definitions []
 

Variable Documentation

◆ g_default_option_definitions

constexpr 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
Definition: lldb-defines.h:111
#define LLDB_OPT_SET_2
Definition: lldb-defines.h:112
#define LLDB_OPT_SET_3
Definition: lldb-defines.h:113
#define LLDB_OPT_SET_4
Definition: lldb-defines.h:114
@ eArgTypeGDBFormat
@ eArgTypeByteSize

Definition at line 19 of file OptionGroupFormat.cpp.

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