LLDB mainline
|
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 |
Entries in the main argument information table.
Definition at line 83 of file CommandObject.h.
const char* lldb_private::CommandObject::ArgumentTableEntry::arg_name |
Definition at line 85 of file CommandObject.h.
Referenced by lldb_private::CommandObject::GetArgumentHelp(), lldb_private::CommandObject::GetArgumentName(), and lldb_private::CommandObject::GetArgumentTypeAsCString().
lldb::CommandArgumentType lldb_private::CommandObject::ArgumentTableEntry::arg_type |
Definition at line 84 of file CommandObject.h.
Referenced by lldb_private::CommandObject::GetArgumentHelp(), lldb_private::CommandObject::GetArgumentName(), and lldb_private::CommandObject::LookupArgumentName().
lldb::CompletionType lldb_private::CommandObject::ArgumentTableEntry::completion_type |
Definition at line 86 of file CommandObject.h.
Referenced by lldb_private::CommandObject::HandleArgumentCompletion(), and lldb_private::Options::HandleOptionArgumentCompletion().
OptionEnumValues lldb_private::CommandObject::ArgumentTableEntry::enum_values |
Definition at line 87 of file CommandObject.h.
Referenced by lldb_private::CommandObject::GetArgumentHelp().
ArgumentHelpCallback lldb_private::CommandObject::ArgumentTableEntry::help_function |
Definition at line 88 of file CommandObject.h.
Referenced by lldb_private::CommandObject::GetArgumentHelp().
const char* lldb_private::CommandObject::ArgumentTableEntry::help_text |
Definition at line 89 of file CommandObject.h.
Referenced by lldb_private::CommandObject::GetArgumentDescriptionAsCString(), and lldb_private::CommandObject::GetArgumentHelp().