Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.h22 class CommandObjectRegexCommand : public CommandObjectRaw {
24 CommandObjectRegexCommand(CommandInterpreter &interpreter,
29 ~CommandObjectRegexCommand() override;
54 CommandObjectRegexCommand(const CommandObjectRegexCommand &) = delete;
55 const CommandObjectRegexCommand &
56 operator=(const CommandObjectRegexCommand &) = delete;
H A DCommandObjectRegexCommand.cpp17 CommandObjectRegexCommand::CommandObjectRegexCommand( in CommandObjectRegexCommand() function in CommandObjectRegexCommand
26 CommandObjectRegexCommand::~CommandObjectRegexCommand() = default;
28 bool CommandObjectRegexCommand::DoExecute(llvm::StringRef command, in DoExecute()
71 bool CommandObjectRegexCommand::AddRegexCommand(llvm::StringRef re_cstr, in AddRegexCommand()
85 void CommandObjectRegexCommand::HandleCompletion(CompletionRequest &request) { in HandleCompletion()
H A DCommandObjectCommands.cpp834 m_regex_cmd_up = std::make_unique<CommandObjectRegexCommand>( in DoExecute()
979 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_up;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp555 new CommandObjectRegexCommand( in LoadCommandDictionary()
609 new CommandObjectRegexCommand( in LoadCommandDictionary()
665 new CommandObjectRegexCommand( in LoadCommandDictionary()
701 new CommandObjectRegexCommand( in LoadCommandDictionary()
716 new CommandObjectRegexCommand( in LoadCommandDictionary()
745 new CommandObjectRegexCommand( in LoadCommandDictionary()
763 new CommandObjectRegexCommand( in LoadCommandDictionary()
781 new CommandObjectRegexCommand( in LoadCommandDictionary()
806 new CommandObjectRegexCommand( in LoadCommandDictionary()
843 new CommandObjectRegexCommand( in LoadCommandDictionary()
[all …]
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile131 SRCS+= Commands/CommandObjectRegexCommand.cpp