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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h1 //===-- CommandObjectRegexCommand.h -----------------------------*- C++ -*-===//
20 // CommandObjectRegexCommand
22 class CommandObjectRegexCommand : public CommandObjectRaw { class in namespace:lldb_private
24 CommandObjectRegexCommand(CommandInterpreter &interpreter, llvm::StringRef name,
29 ~CommandObjectRegexCommand() override;
54 DISALLOW_COPY_AND_ASSIGN(CommandObjectRegexCommand);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp1 //===-- CommandObjectRegexCommand.cpp ---------------------------*- C++ -*-===//
9 #include "lldb/Interpreter/CommandObjectRegexCommand.h"
17 // CommandObjectRegexCommand constructor
18 CommandObjectRegexCommand::CommandObjectRegexCommand( function in class:CommandObjectRegexCommand
27 CommandObjectRegexCommand::~CommandObjectRegexCommand() {}
29 bool CommandObjectRegexCommand::DoExecute(llvm::StringRef command,
72 bool CommandObjectRegexCommand::AddRegexCommand(const char *re_cstr,
87 void CommandObjectRegexCommand
[all...]
H A DCommandInterpreter.cpp15 #include "lldb/Interpreter/CommandObjectRegexCommand.h"
521 std::unique_ptr<CommandObjectRegexCommand> break_regex_cmd_up(
522 new CommandObjectRegexCommand(
571 std::unique_ptr<CommandObjectRegexCommand> tbreak_regex_cmd_up(
572 new CommandObjectRegexCommand(
629 std::unique_ptr<CommandObjectRegexCommand> attach_regex_cmd_up(
630 new CommandObjectRegexCommand(
649 std::unique_ptr<CommandObjectRegexCommand> down_regex_cmd_up(
650 new CommandObjectRegexCommand(*this, "_regexp-down",
664 std::unique_ptr<CommandObjectRegexCommand> up_regex_cmd_u
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp17 #include "lldb/Interpreter/CommandObjectRegexCommand.h"
992 m_regex_cmd_up = std::make_unique<CommandObjectRegexCommand>(
1138 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_up;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile259 SRCS+= Interpreter/CommandObjectRegexCommand.cpp

Completed in 89 milliseconds