LLDB mainline
Public Attributes | List of all members
lldb_private::CommandObject::ArgumentTableEntry Struct Reference

Entries in the main argument information table. More...

#include <CommandObject.h>

Public Attributes

lldb::CommandArgumentType arg_type
 
const char * arg_name
 
lldb::CompletionType completion_type
 
OptionEnumValues enum_values
 
ArgumentHelpCallback help_function
 
const char * help_text
 

Detailed Description

Entries in the main argument information table.

Definition at line 83 of file CommandObject.h.

Member Data Documentation

◆ arg_name

const char* lldb_private::CommandObject::ArgumentTableEntry::arg_name

◆ arg_type

lldb::CommandArgumentType lldb_private::CommandObject::ArgumentTableEntry::arg_type

◆ completion_type

lldb::CompletionType lldb_private::CommandObject::ArgumentTableEntry::completion_type

◆ enum_values

OptionEnumValues lldb_private::CommandObject::ArgumentTableEntry::enum_values

Definition at line 87 of file CommandObject.h.

Referenced by lldb_private::CommandObject::GetArgumentHelp().

◆ help_function

ArgumentHelpCallback lldb_private::CommandObject::ArgumentTableEntry::help_function

Definition at line 88 of file CommandObject.h.

Referenced by lldb_private::CommandObject::GetArgumentHelp().

◆ help_text

const char* lldb_private::CommandObject::ArgumentTableEntry::help_text

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