LLDB mainline
CommandObjectTypeFilterAdd::CommandOptions Class Reference
Inheritance diagram for CommandObjectTypeFilterAdd::CommandOptions:
[legend]

Public Types

typedef option_vector::iterator ExpressionPathsIterator

Public Member Functions

 CommandOptions ()=default
 ~CommandOptions () override=default
Status SetOptionValue (uint32_t option_idx, llvm::StringRef option_arg, ExecutionContext *execution_context) override
 Set the value of an option.
void OptionParsingStarting (ExecutionContext *execution_context) override
llvm::ArrayRef< OptionDefinitionGetDefinitions () override
Public Member Functions inherited from lldb_private::Options
 Options ()
virtual ~Options ()
void BuildGetoptTable ()
void BuildValidOptionSets ()
uint32_t NumCommandOptions ()
OptionGetLongOptions ()
 Get the option definitions to use when parsing Args options.
void OptionSeen (int short_option)
llvm::Error VerifyOptions ()
llvm::Error VerifyPartialOptions ()
void OutputFormattedUsageText (Stream &strm, const OptionDefinition &option_def, uint32_t output_max_columns, bool use_color)
void GenerateOptionUsage (Stream &strm, CommandObject &cmd, uint32_t screen_width, bool use_color)
bool SupportsLongOption (const char *long_option)
void NotifyOptionParsingStarting (ExecutionContext *execution_context)
llvm::Expected< ArgsParse (const Args &args, ExecutionContext *execution_context, lldb::PlatformSP platform_sp, bool require_validation)
 Parse the provided arguments.
llvm::Expected< ArgsParseAlias (const Args &args, OptionArgVector *option_arg_vector, std::string &input_line)
OptionElementVector ParseForCompletion (const Args &args, uint32_t cursor_index)
Status NotifyOptionParsingFinished (ExecutionContext *execution_context)
bool HandleOptionCompletion (lldb_private::CompletionRequest &request, OptionElementVector &option_map, CommandInterpreter &interpreter)
 Handles the generic bits of figuring out whether we are in an option, and if so completing it.
virtual void HandleOptionArgumentCompletion (lldb_private::CompletionRequest &request, OptionElementVector &opt_element_vector, int opt_element_index, CommandInterpreter &interpreter)
 Handles the generic bits of figuring out whether we are in an option, and if so completing it.

Public Attributes

bool m_cascade
bool m_skip_references
bool m_skip_pointers
bool m_input_python
option_vector m_expr_paths
std::string m_category
bool has_child_list
bool m_regex

Private Types

typedef std::vector< std::string > option_vector

Additional Inherited Members

Protected Types inherited from lldb_private::Options
typedef std::set< int > OptionSet
typedef std::vector< OptionSetOptionSetVector
Protected Member Functions inherited from lldb_private::Options
OptionSetVectorGetRequiredOptions ()
OptionSetVectorGetOptionalOptions ()
bool IsASubset (const OptionSet &set_a, const OptionSet &set_b)
size_t OptionsSetDiff (const OptionSet &set_a, const OptionSet &set_b, OptionSet &diffs)
void OptionsSetUnion (const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set)
virtual Status OptionParsingFinished (ExecutionContext *execution_context)
Protected Attributes inherited from lldb_private::Options
std::vector< Optionm_getopt_table
OptionSet m_seen_options
OptionSetVector m_required_options
OptionSetVector m_optional_options

Detailed Description

Definition at line 2222 of file CommandObjectType.cpp.

Member Typedef Documentation

◆ ExpressionPathsIterator

Definition at line 2291 of file CommandObjectType.cpp.

◆ option_vector

typedef std::vector<std::string> CommandObjectTypeFilterAdd::CommandOptions::option_vector
private

Definition at line 2223 of file CommandObjectType.cpp.

Constructor & Destructor Documentation

◆ CommandOptions()

CommandObjectTypeFilterAdd::CommandOptions::CommandOptions ( )
default

References error().

◆ ~CommandOptions()

CommandObjectTypeFilterAdd::CommandOptions::~CommandOptions ( )
overridedefault

Member Function Documentation

◆ GetDefinitions()

llvm::ArrayRef< OptionDefinition > CommandObjectTypeFilterAdd::CommandOptions::GetDefinitions ( )
inlineoverridevirtual

Reimplemented from lldb_private::Options.

Definition at line 2276 of file CommandObjectType.cpp.

◆ OptionParsingStarting()

◆ SetOptionValue()

Status CommandObjectTypeFilterAdd::CommandOptions::SetOptionValue ( uint32_t option_idx,
llvm::StringRef option_arg,
ExecutionContext * execution_context )
inlineoverridevirtual

Set the value of an option.

Parameters
[in]option_idxThe index into the "struct option" array that was returned by Options::GetLongOptions().
[in]option_argThe argument value for the option that the user entered, or nullptr if there is no argument for the current option.
[in]execution_contextThe execution context to use for evaluating the option. May be nullptr if the option is to be evaluated outside any particular context.
See also
Args::ParseOptions (Options&)
man getopt_long_only

Implements lldb_private::Options.

Definition at line 2230 of file CommandObjectType.cpp.

References lldb::eFormatterMatchExact, lldb::eFormatterMatchRegex, and FixArrayTypeNameWithRegex().

Member Data Documentation

◆ has_child_list

bool CommandObjectTypeFilterAdd::CommandOptions::has_child_list

Definition at line 2288 of file CommandObjectType.cpp.

Referenced by CommandObjectTypeFilterAdd::AddFilter().

◆ m_cascade

bool CommandObjectTypeFilterAdd::CommandOptions::m_cascade

Definition at line 2282 of file CommandObjectType.cpp.

Referenced by CommandObjectTypeFilterAdd::AddFilter().

◆ m_category

std::string CommandObjectTypeFilterAdd::CommandOptions::m_category

Definition at line 2287 of file CommandObjectType.cpp.

Referenced by CommandObjectTypeFilterAdd::AddFilter().

◆ m_expr_paths

option_vector CommandObjectTypeFilterAdd::CommandOptions::m_expr_paths

Definition at line 2286 of file CommandObjectType.cpp.

Referenced by CommandObjectTypeFilterAdd::AddFilter().

◆ m_input_python

bool CommandObjectTypeFilterAdd::CommandOptions::m_input_python

Definition at line 2285 of file CommandObjectType.cpp.

◆ m_regex

bool CommandObjectTypeFilterAdd::CommandOptions::m_regex

Definition at line 2289 of file CommandObjectType.cpp.

Referenced by CommandObjectTypeFilterAdd::AddFilter().

◆ m_skip_pointers

bool CommandObjectTypeFilterAdd::CommandOptions::m_skip_pointers

Definition at line 2284 of file CommandObjectType.cpp.

Referenced by CommandObjectTypeFilterAdd::AddFilter().

◆ m_skip_references

bool CommandObjectTypeFilterAdd::CommandOptions::m_skip_references

Definition at line 2283 of file CommandObjectType.cpp.

Referenced by CommandObjectTypeFilterAdd::AddFilter().


The documentation for this class was generated from the following file: