| AddIDsArgumentData(IDType type) | lldb_private::CommandObject | |
| AddSimpleArgumentList(lldb::CommandArgumentType arg_type, ArgumentRepetitionType repetition_type=eArgRepeatPlain) | lldb_private::CommandObject | |
| ArgRepetitionFromString(llvm::StringRef string) | lldb_private::CommandObject | static |
| ArgumentHelpCallbackFunction typedef | lldb_private::CommandObject | |
| CheckRequirements(CommandReturnObject &result) | lldb_private::CommandObject | protected |
| Cleanup() | lldb_private::CommandObject | protected |
| CommandArgumentEntry typedef | lldb_private::CommandObject | |
| CommandMap typedef | lldb_private::CommandObject | |
| CommandObject(CommandInterpreter &interpreter, llvm::StringRef name, llvm::StringRef help="", llvm::StringRef syntax="", uint32_t flags=0) | lldb_private::CommandObject | |
| CommandObjectDWIMPrint(CommandInterpreter &interpreter) | lldb_private::CommandObjectDWIMPrint | |
| CommandObjectRaw(CommandInterpreter &interpreter, llvm::StringRef name, llvm::StringRef help="", llvm::StringRef syntax="", uint32_t flags=0) | lldb_private::CommandObjectRaw | inline |
| DoExecute(llvm::StringRef command, CommandReturnObject &result) override | lldb_private::CommandObjectDWIMPrint | privatevirtual |
| eBreakpointArgs enum value | lldb_private::CommandObject | |
| eWatchpointArgs enum value | lldb_private::CommandObject | |
| Execute(const char *args_string, CommandReturnObject &result) override | lldb_private::CommandObjectRaw | virtual |
| FindArgumentDataByType(lldb::CommandArgumentType arg_type) | lldb_private::CommandObject | static |
| FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help) | lldb_private::CommandObject | |
| GenerateHelpText(CommandReturnObject &result) | lldb_private::CommandObject | |
| GenerateHelpText(Stream &result) | lldb_private::CommandObject | virtual |
| GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type) | lldb_private::CommandObject | static |
| GetArgumentEntryAtIndex(int idx) | lldb_private::CommandObject | |
| GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type, CommandInterpreter &interpreter) | lldb_private::CommandObject | static |
| GetArgumentName(lldb::CommandArgumentType arg_type) | lldb_private::CommandObject | static |
| GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type) | lldb_private::CommandObject | static |
| GetAsMultiwordCommand() | lldb_private::CommandObject | inlinevirtual |
| GetCommandInterpreter() | lldb_private::CommandObject | inline |
| GetCommandName() const | lldb_private::CommandObject | |
| GetDebugger() | lldb_private::CommandObject | |
| GetDefaultThread() | lldb_private::CommandObject | protected |
| GetDummyTarget() | lldb_private::CommandObject | protected |
| GetFlags() | lldb_private::CommandObject | inline |
| GetFlags() const | lldb_private::CommandObject | inline |
| GetFormattedCommandArguments(Stream &str, uint32_t opt_set_mask=LLDB_OPT_SET_ALL) | lldb_private::CommandObject | |
| GetHelp() | lldb_private::CommandObject | virtual |
| GetHelpLong() | lldb_private::CommandObject | virtual |
| GetInvalidFrameDescription() | lldb_private::CommandObject | inlineprotectedvirtual |
| GetInvalidProcessDescription() | lldb_private::CommandObject | inlineprotectedvirtual |
| GetInvalidRegContextDescription() | lldb_private::CommandObject | inlineprotectedvirtual |
| GetInvalidTargetDescription() | lldb_private::CommandObject | inlineprotectedvirtual |
| GetInvalidThreadDescription() | lldb_private::CommandObject | inlineprotectedvirtual |
| GetNumArgumentEntries() | lldb_private::CommandObject | |
| GetOptions() override | lldb_private::CommandObjectDWIMPrint | virtual |
| GetRepeatCommand(Args ¤t_command_args, uint32_t index) | lldb_private::CommandObject | inlinevirtual |
| GetSubcommandObject(llvm::StringRef sub_cmd, StringList *matches=nullptr) | lldb_private::CommandObject | inlinevirtual |
| GetSubcommandSP(llvm::StringRef sub_cmd, StringList *matches=nullptr) | lldb_private::CommandObject | inlinevirtual |
| GetSubcommandSPExact(llvm::StringRef sub_cmd) | lldb_private::CommandObject | inlinevirtual |
| GetSyntax() | lldb_private::CommandObject | virtual |
| GetTarget() | lldb_private::CommandObject | protected |
| HandleArgumentCompletion(CompletionRequest &request, OptionElementVector &opt_element_vector) | lldb_private::CommandObject | virtual |
| HandleCompletion(CompletionRequest &request) | lldb_private::CommandObject | virtual |
| HasOverrideCallback() const | lldb_private::CommandObject | inline |
| HelpTextContainsWord(llvm::StringRef search_word, bool search_short_help=true, bool search_long_help=true, bool search_syntax=true, bool search_options=true) | lldb_private::CommandObject | |
| IDType enum name | lldb_private::CommandObject | |
| InvokeOverrideCallback(const char **argv, CommandReturnObject &result) | lldb_private::CommandObject | inline |
| IsAlias() | lldb_private::CommandObject | inlinevirtual |
| IsDashDashCommand() | lldb_private::CommandObject | inlinevirtual |
| IsMultiwordObject() | lldb_private::CommandObject | inlinevirtual |
| IsPairType(ArgumentRepetitionType arg_repeat_type) | lldb_private::CommandObject | static |
| IsRemovable() const | lldb_private::CommandObject | inlinevirtual |
| IsUserCommand() | lldb_private::CommandObject | inline |
| LoadSubCommand(llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_obj) | lldb_private::CommandObject | inlinevirtual |
| LoadUserSubcommand(llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_obj, bool can_replace) | lldb_private::CommandObject | inlinevirtual |
| LookupArgumentName(llvm::StringRef arg_name) | lldb_private::CommandObject | static |
| m_api_locker | lldb_private::CommandObject | protected |
| m_arguments | lldb_private::CommandObject | protected |
| m_cmd_help_long | lldb_private::CommandObject | protected |
| m_cmd_help_short | lldb_private::CommandObject | protected |
| m_cmd_name | lldb_private::CommandObject | protected |
| m_cmd_syntax | lldb_private::CommandObject | protected |
| m_command_override_baton | lldb_private::CommandObject | protected |
| m_command_override_callback | lldb_private::CommandObject | protected |
| m_deprecated_command_override_callback | lldb_private::CommandObject | protected |
| m_exe_ctx | lldb_private::CommandObject | protected |
| m_expr_options | lldb_private::CommandObjectDWIMPrint | private |
| m_flags | lldb_private::CommandObject | protected |
| m_format_options | lldb_private::CommandObjectDWIMPrint | private |
| m_interpreter | lldb_private::CommandObject | protected |
| m_is_user_command | lldb_private::CommandObject | protected |
| m_option_group | lldb_private::CommandObjectDWIMPrint | private |
| m_original_command | lldb_private::CommandObject | protected |
| m_varobj_options | lldb_private::CommandObjectDWIMPrint | private |
| ParseOptions(Args &args, CommandReturnObject &result) | lldb_private::CommandObject | |
| ParseOptionsAndNotify(Args &args, CommandReturnObject &result, OptionGroupOptions &group_options, ExecutionContext &exe_ctx) | lldb_private::CommandObject | protected |
| SetCommandName(llvm::StringRef name) | lldb_private::CommandObject | |
| SetHelp(llvm::StringRef str) | lldb_private::CommandObject | virtual |
| SetHelpLong(llvm::StringRef str) | lldb_private::CommandObject | virtual |
| SetIsUserCommand(bool is_user) | lldb_private::CommandObject | inline |
| SetOriginalCommandString(std::string s) | lldb_private::CommandObject | inline |
| SetOverrideCallback(lldb::CommandOverrideCallback callback, void *baton) | lldb_private::CommandObject | inline |
| SetOverrideCallback(lldb_private::CommandOverrideCallbackWithResult callback, void *baton) | lldb_private::CommandObject | inline |
| SetSyntax(llvm::StringRef str) | lldb_private::CommandObject | |
| WantsCompletion() override | lldb_private::CommandObjectDWIMPrint | inlinevirtual |
| WantsRawCommandString() override | lldb_private::CommandObjectRaw | inlineprotectedvirtual |
| ~CommandObject()=default | lldb_private::CommandObject | virtual |
| ~CommandObjectDWIMPrint() override=default | lldb_private::CommandObjectDWIMPrint | |
| ~CommandObjectRaw() override=default | lldb_private::CommandObjectRaw | |