Home
last modified time | relevance | path

Searched refs:CommandObjectRegexCommand (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectRegexCommand.h22 class CommandObjectRegexCommand : public CommandObjectRaw {
24 CommandObjectRegexCommand(CommandInterpreter &interpreter,
29 ~CommandObjectRegexCommand() override;
59 CommandObjectRegexCommand(const CommandObjectRegexCommand &) = delete;
60 const CommandObjectRegexCommand &
61 operator=(const CommandObjectRegexCommand &) = delete;
H A DCommandObjectRegexCommand.cpp20 CommandObjectRegexCommand::CommandObjectRegexCommand( in CommandObjectRegexCommand() function in CommandObjectRegexCommand
29 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()
H A DCMakeLists.txt25 CommandObjectRegexCommand.cpp
H A DCommandObjectCommands.cpp879 m_regex_cmd_up = std::make_unique<CommandObjectRegexCommand>( in DoExecute()
1024 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_up;
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestRegexCommand.cpp17 class TestRegexCommand : public CommandObjectRegexCommand {
19 using CommandObjectRegexCommand::SubstituteVariables;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp567 new CommandObjectRegexCommand( in LoadCommandDictionary()
621 new CommandObjectRegexCommand( in LoadCommandDictionary()
677 new CommandObjectRegexCommand( in LoadCommandDictionary()
713 new CommandObjectRegexCommand( in LoadCommandDictionary()
728 new CommandObjectRegexCommand( in LoadCommandDictionary()
757 new CommandObjectRegexCommand( in LoadCommandDictionary()
777 new CommandObjectRegexCommand( in LoadCommandDictionary()
796 new CommandObjectRegexCommand( in LoadCommandDictionary()
821 new CommandObjectRegexCommand( in LoadCommandDictionary()
858 new CommandObjectRegexCommand( in LoadCommandDictionary()
[all …]
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Commands/
H A DBUILD.gn51 "CommandObjectRegexCommand.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3967 lldb/source/Commands/CommandObjectRegexCommand.cpp
3968 lldb/source/Commands/CommandObjectRegexCommand.h