LLDB mainline
Variables
OptionGroupOutputFile.cpp File Reference
#include "lldb/Interpreter/OptionGroupOutputFile.h"
#include "lldb/Host/OptionParser.h"

Go to the source code of this file.

Variables

static const uint32_t SHORT_OPTION_APND = 0x61706e64
 
static constexpr OptionDefinition g_option_table []
 

Variable Documentation

◆ g_option_table

constexpr OptionDefinition g_option_table[]
staticconstexpr
Initial value:
= {
nullptr, {}, 0, eArgTypeFilename,
"Specify a path for capturing command output."},
{LLDB_OPT_SET_1, false, "append-outfile", SHORT_OPTION_APND,
"Append to the file specified with '--outfile <path>'."},
}
static const uint32_t SHORT_OPTION_APND
#define LLDB_OPT_SET_1
Definition: lldb-defines.h:111
@ eArgTypeFilename

Definition at line 20 of file OptionGroupOutputFile.cpp.

◆ SHORT_OPTION_APND

const uint32_t SHORT_OPTION_APND = 0x61706e64
static