Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
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;
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()
DCMakeLists.txt27 CommandObjectRegexCommand.cpp
DCommandObjectCommands.cpp882 m_regex_cmd_up = std::make_unique<CommandObjectRegexCommand>( in DoExecute()
1027 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_up;
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp584 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 …]
/openbsd/src/gnu/usr.bin/clang/liblldbCommands/
DMakefile30 CommandObjectRegexCommand.cpp \
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt3962 lldb/source/Commands/CommandObjectRegexCommand.cpp
3963 lldb/source/Commands/CommandObjectRegexCommand.h