LLDB mainline
CommandObjectCommandsAddRegex Member List

This is the complete list of members for CommandObjectCommandsAddRegex, including all inherited members.

AddIDsArgumentData(IDType type)lldb_private::CommandObject
AddRegexCommandToInterpreter()CommandObjectCommandsAddRegexinlineprotected
AddSimpleArgumentList(lldb::CommandArgumentType arg_type, ArgumentRepetitionType repetition_type=eArgRepeatPlain)lldb_private::CommandObject
AppendRegexSubstitution(const llvm::StringRef &regex_sed, bool check_only)CommandObjectCommandsAddRegexinlineprotected
ArgRepetitionFromString(llvm::StringRef string)lldb_private::CommandObjectstatic
ArgumentHelpCallbackFunction typedeflldb_private::CommandObject
CheckRequirements(CommandReturnObject &result)lldb_private::CommandObjectprotected
Cleanup()lldb_private::CommandObjectprotected
CommandArgumentEntry typedeflldb_private::CommandObject
CommandMap typedeflldb_private::CommandObject
CommandObject(CommandInterpreter &interpreter, llvm::StringRef name, llvm::StringRef help="", llvm::StringRef syntax="", uint32_t flags=0)lldb_private::CommandObject
CommandObjectCommandsAddRegex(CommandInterpreter &interpreter)CommandObjectCommandsAddRegexinline
CommandObjectParsed(CommandInterpreter &interpreter, const char *name, const char *help=nullptr, const char *syntax=nullptr, uint32_t flags=0)lldb_private::CommandObjectParsedinline
Completion enum namelldb_private::IOHandlerDelegate
DoExecute(Args &command, CommandReturnObject &result) overrideCommandObjectCommandsAddRegexinlineprotectedvirtual
eBreakpointArgs enum valuelldb_private::CommandObject
eWatchpointArgs enum valuelldb_private::CommandObject
Execute(const char *args_string, CommandReturnObject &result) overridelldb_private::CommandObjectParsedvirtual
FindArgumentDataByType(lldb::CommandArgumentType arg_type)lldb_private::CommandObjectstatic
FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help)lldb_private::CommandObject
GenerateHelpText(CommandReturnObject &result)lldb_private::CommandObject
GenerateHelpText(Stream &result)lldb_private::CommandObjectvirtual
GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type)lldb_private::CommandObjectstatic
GetArgumentEntryAtIndex(int idx)lldb_private::CommandObject
GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type, CommandInterpreter &interpreter)lldb_private::CommandObjectstatic
GetArgumentName(lldb::CommandArgumentType arg_type)lldb_private::CommandObjectstatic
GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type)lldb_private::CommandObjectstatic
GetAsMultiwordCommand()lldb_private::CommandObjectinlinevirtual
GetCommandInterpreter()lldb_private::CommandObjectinline
GetCommandName() constlldb_private::CommandObject
GetDebugger()lldb_private::CommandObject
GetDefaultThread()lldb_private::CommandObjectprotected
GetDummyTarget()lldb_private::CommandObjectprotected
GetFlags()lldb_private::CommandObjectinline
GetFlags() constlldb_private::CommandObjectinline
GetFormattedCommandArguments(Stream &str, uint32_t opt_set_mask=LLDB_OPT_SET_ALL)lldb_private::CommandObject
GetHelp()lldb_private::CommandObjectvirtual
GetHelpLong()lldb_private::CommandObjectvirtual
GetInvalidFrameDescription()lldb_private::CommandObjectinlineprotectedvirtual
GetInvalidProcessDescription()lldb_private::CommandObjectinlineprotectedvirtual
GetInvalidRegContextDescription()lldb_private::CommandObjectinlineprotectedvirtual
GetInvalidTargetDescription()lldb_private::CommandObjectinlineprotectedvirtual
GetInvalidThreadDescription()lldb_private::CommandObjectinlineprotectedvirtual
GetNumArgumentEntries()lldb_private::CommandObject
GetOptions() overrideCommandObjectCommandsAddRegexinlineprivatevirtual
GetRepeatCommand(Args &current_command_args, uint32_t index)lldb_private::CommandObjectinlinevirtual
GetSelectedOrDummyTarget(bool prefer_dummy=false)lldb_private::CommandObjectprotected
GetSelectedTarget()lldb_private::CommandObjectprotected
GetSubcommandObject(llvm::StringRef sub_cmd, StringList *matches=nullptr)lldb_private::CommandObjectinlinevirtual
GetSubcommandSP(llvm::StringRef sub_cmd, StringList *matches=nullptr)lldb_private::CommandObjectinlinevirtual
GetSubcommandSPExact(llvm::StringRef sub_cmd)lldb_private::CommandObjectinlinevirtual
GetSyntax()lldb_private::CommandObjectvirtual
HandleArgumentCompletion(CompletionRequest &request, OptionElementVector &opt_element_vector)lldb_private::CommandObjectvirtual
HandleCompletion(CompletionRequest &request)lldb_private::CommandObjectvirtual
HasOverrideCallback() constlldb_private::CommandObjectinline
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 namelldb_private::CommandObject
InvokeOverrideCallback(const char **argv, CommandReturnObject &result)lldb_private::CommandObjectinline
IOHandlerActivated(IOHandler &io_handler, bool interactive) overrideCommandObjectCommandsAddRegexinlineprotectedvirtual
IOHandlerComplete(IOHandler &io_handler, CompletionRequest &request)lldb_private::IOHandlerDelegatevirtual
IOHandlerDeactivated(IOHandler &io_handler)lldb_private::IOHandlerDelegateinlinevirtual
IOHandlerDelegate(Completion completion=Completion::None)lldb_private::IOHandlerDelegateinline
IOHandlerDelegateMultiline(llvm::StringRef end_line, Completion completion=Completion::None)lldb_private::IOHandlerDelegateMultilineinline
IOHandlerFixIndentation(IOHandler &io_handler, const StringList &lines, int cursor_position)lldb_private::IOHandlerDelegateinlinevirtual
IOHandlerGetCommandPrefix()lldb_private::IOHandlerDelegateinlinevirtual
IOHandlerGetControlSequence(char ch) overridelldb_private::IOHandlerDelegateMultilineinlinevirtual
IOHandlerGetFixIndentationCharacters()lldb_private::IOHandlerDelegateinlinevirtual
IOHandlerGetHelpPrologue()lldb_private::IOHandlerDelegateinlinevirtual
IOHandlerInputComplete(IOHandler &io_handler, std::string &data) overrideCommandObjectCommandsAddRegexinlineprotectedvirtual
IOHandlerInputInterrupted(IOHandler &io_handler, std::string &data)lldb_private::IOHandlerDelegateinlinevirtual
IOHandlerInterrupt(IOHandler &io_handler)lldb_private::IOHandlerDelegateinlinevirtual
IOHandlerIsInputComplete(IOHandler &io_handler, StringList &lines) overridelldb_private::IOHandlerDelegateMultilineinlinevirtual
IOHandlerSuggestion(IOHandler &io_handler, llvm::StringRef line)lldb_private::IOHandlerDelegatevirtual
IsAlias()lldb_private::CommandObjectinlinevirtual
IsDashDashCommand()lldb_private::CommandObjectinlinevirtual
IsMultiwordObject()lldb_private::CommandObjectinlinevirtual
IsPairType(ArgumentRepetitionType arg_repeat_type)lldb_private::CommandObjectstatic
IsRemovable() constlldb_private::CommandObjectinlinevirtual
IsUserCommand()lldb_private::CommandObjectinline
LoadSubCommand(llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_obj)lldb_private::CommandObjectinlinevirtual
LoadUserSubcommand(llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_obj, bool can_replace)lldb_private::CommandObjectinlinevirtual
LookupArgumentName(llvm::StringRef arg_name)lldb_private::CommandObjectstatic
m_api_lockerlldb_private::CommandObjectprotected
m_argumentslldb_private::CommandObjectprotected
m_cmd_help_longlldb_private::CommandObjectprotected
m_cmd_help_shortlldb_private::CommandObjectprotected
m_cmd_namelldb_private::CommandObjectprotected
m_cmd_syntaxlldb_private::CommandObjectprotected
m_command_override_batonlldb_private::CommandObjectprotected
m_command_override_callbacklldb_private::CommandObjectprotected
m_completionlldb_private::IOHandlerDelegateprotected
m_deprecated_command_override_callbacklldb_private::CommandObjectprotected
m_end_linelldb_private::IOHandlerDelegateMultilineprotected
m_exe_ctxlldb_private::CommandObjectprotected
m_flagslldb_private::CommandObjectprotected
m_interpreterlldb_private::CommandObjectprotected
m_is_user_commandlldb_private::CommandObjectprotected
m_optionsCommandObjectCommandsAddRegexprivate
m_regex_cmd_upCommandObjectCommandsAddRegexprivate
ParseOptions(Args &args, CommandReturnObject &result)lldb_private::CommandObject
ParseOptionsAndNotify(Args &args, CommandReturnObject &result, OptionGroupOptions &group_options, ExecutionContext &exe_ctx)lldb_private::CommandObjectprotected
SetCommandName(llvm::StringRef name)lldb_private::CommandObject
SetHelp(llvm::StringRef str)lldb_private::CommandObjectvirtual
SetHelpLong(llvm::StringRef str)lldb_private::CommandObjectvirtual
SetIsUserCommand(bool is_user)lldb_private::CommandObjectinline
SetOverrideCallback(lldb::CommandOverrideCallback callback, void *baton)lldb_private::CommandObjectinline
SetOverrideCallback(lldb_private::CommandOverrideCallbackWithResult callback, void *baton)lldb_private::CommandObjectinline
SetSyntax(llvm::StringRef str)lldb_private::CommandObject
WantsCompletion()lldb_private::CommandObjectinlinevirtual
WantsRawCommandString() overridelldb_private::CommandObjectParsedinlineprotectedvirtual
~CommandObject()=defaultlldb_private::CommandObjectvirtual
~CommandObjectCommandsAddRegex() override=defaultCommandObjectCommandsAddRegex
~CommandObjectParsed() override=defaultlldb_private::CommandObjectParsed
~IOHandlerDelegate()=defaultlldb_private::IOHandlerDelegatevirtual
~IOHandlerDelegateMultiline() override=defaultlldb_private::IOHandlerDelegateMultiline