LLDB
mainline
|
#include <CommandObject.h>
Public Attributes | |
lldb::CommandArgumentType | arg_type |
const char * | arg_name |
CommandCompletions::CommonCompletionTypes | completion_type |
ArgumentHelpCallback | help_function |
const char * | help_text |
Definition at line 80 of file CommandObject.h.
const char* lldb_private::CommandObject::ArgumentTableEntry::arg_name |
Definition at line 83 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 82 of file CommandObject.h.
Referenced by lldb_private::CommandObject::GetArgumentHelp(), lldb_private::CommandObject::GetArgumentName(), and lldb_private::CommandObject::LookupArgumentName().
CommandCompletions::CommonCompletionTypes lldb_private::CommandObject::ArgumentTableEntry::completion_type |
Definition at line 84 of file CommandObject.h.
Referenced by lldb_private::Options::HandleOptionArgumentCompletion().
ArgumentHelpCallback lldb_private::CommandObject::ArgumentTableEntry::help_function |
Definition at line 85 of file CommandObject.h.
Referenced by lldb_private::CommandObject::GetArgumentHelp().
const char* lldb_private::CommandObject::ArgumentTableEntry::help_text |
Definition at line 86 of file CommandObject.h.
Referenced by lldb_private::CommandObject::GetArgumentDescriptionAsCString(), and lldb_private::CommandObject::GetArgumentHelp().