Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObjectRegexCommand.cpp25 CommandObjectRegexCommand::CommandObjectRegexCommand in CommandObjectRegexCommand() function in CommandObjectRegexCommand
46 CommandObjectRegexCommand::~CommandObjectRegexCommand() in ~CommandObjectRegexCommand()
52 CommandObjectRegexCommand::DoExecute in DoExecute()
108 CommandObjectRegexCommand::AddRegexCommand (const char *re_cstr, const char *command_cstr) in AddRegexCommand()
123 CommandObjectRegexCommand::HandleCompletion (Args &input, in HandleCompletion()
HDCommandInterpreter.cpp461 std::unique_ptr<CommandObjectRegexCommand> in LoadCommandDictionary()
462 break_regex_cmd_ap(new CommandObjectRegexCommand (*this, in LoadCommandDictionary()
495 std::unique_ptr<CommandObjectRegexCommand> in LoadCommandDictionary()
496 tbreak_regex_cmd_ap(new CommandObjectRegexCommand (*this, in LoadCommandDictionary()
529 std::unique_ptr<CommandObjectRegexCommand> in LoadCommandDictionary()
530 attach_regex_cmd_ap(new CommandObjectRegexCommand (*this, in LoadCommandDictionary()
549 std::unique_ptr<CommandObjectRegexCommand> in LoadCommandDictionary()
550 down_regex_cmd_ap(new CommandObjectRegexCommand (*this, in LoadCommandDictionary()
567 std::unique_ptr<CommandObjectRegexCommand> in LoadCommandDictionary()
568 up_regex_cmd_ap(new CommandObjectRegexCommand (*this, in LoadCommandDictionary()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandObjectRegexCommand.h28 class CommandObjectRegexCommand : public CommandObjectRaw
32 CommandObjectRegexCommand (CommandInterpreter &interpreter,
41 ~CommandObjectRegexCommand ();
81 DISALLOW_COPY_AND_ASSIGN (CommandObjectRegexCommand);
/NextBSD/lib/clang/liblldbInterpreter/
HDMakefile12 CommandObjectRegexCommand.cpp \
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectCommands.cpp1067 m_regex_cmd_ap.reset (new CommandObjectRegexCommand (m_interpreter, in DoExecute()
1242 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_ap;