Searched refs:CommandObjectRegexCommand (Results 1 – 8 of 8) sorted by relevance
22 class CommandObjectRegexCommand : public CommandObjectRaw {24 CommandObjectRegexCommand(CommandInterpreter &interpreter,29 ~CommandObjectRegexCommand() override;59 CommandObjectRegexCommand(const CommandObjectRegexCommand &) = delete;60 const CommandObjectRegexCommand &61 operator=(const CommandObjectRegexCommand &) = delete;
20 CommandObjectRegexCommand::CommandObjectRegexCommand( in CommandObjectRegexCommand() function in CommandObjectRegexCommand29 CommandObjectRegexCommand::~CommandObjectRegexCommand() = default;31 llvm::Expected<std::string> CommandObjectRegexCommand::SubstituteVariables( in SubstituteVariables()58 bool CommandObjectRegexCommand::DoExecute(llvm::StringRef command, in DoExecute()91 bool CommandObjectRegexCommand::AddRegexCommand(llvm::StringRef re_cstr, in AddRegexCommand()105 void CommandObjectRegexCommand::HandleCompletion(CompletionRequest &request) { in HandleCompletion()
27 CommandObjectRegexCommand.cpp
882 m_regex_cmd_up = std::make_unique<CommandObjectRegexCommand>( in DoExecute()1027 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_up;
584 std::unique_ptr<CommandObjectRegexCommand> break_regex_cmd_up( in LoadCommandDictionary()585 new CommandObjectRegexCommand( in LoadCommandDictionary()638 std::unique_ptr<CommandObjectRegexCommand> tbreak_regex_cmd_up( in LoadCommandDictionary()639 new CommandObjectRegexCommand( in LoadCommandDictionary()694 std::unique_ptr<CommandObjectRegexCommand> attach_regex_cmd_up( in LoadCommandDictionary()695 new CommandObjectRegexCommand( in LoadCommandDictionary()714 std::unique_ptr<CommandObjectRegexCommand> down_regex_cmd_up( in LoadCommandDictionary()715 new CommandObjectRegexCommand(*this, "_regexp-down", in LoadCommandDictionary()730 std::unique_ptr<CommandObjectRegexCommand> up_regex_cmd_up( in LoadCommandDictionary()731 new CommandObjectRegexCommand( in LoadCommandDictionary()[all …]
30 CommandObjectRegexCommand.cpp \
53 "CommandObjectRegexCommand.cpp",
3962 lldb/source/Commands/CommandObjectRegexCommand.cpp3963 lldb/source/Commands/CommandObjectRegexCommand.h