Searched refs:AddRegexCommand (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h33 bool AddRegexCommand(const char *re_cstr, const char *command_cstr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp557 success = break_regex_cmd_up->AddRegexCommand(break_regexes[i][0],
563 break_regex_cmd_up->AddRegexCommand("^$", "breakpoint list --full");
615 tbreak_regex_cmd_up->AddRegexCommand(break_regexes[i][0], buffer);
620 tbreak_regex_cmd_up->AddRegexCommand("^$", "breakpoint list --full");
634 if (attach_regex_cmd_up->AddRegexCommand("^([0-9]+)[[:space:]]*$",
636 attach_regex_cmd_up->AddRegexCommand(
640 attach_regex_cmd_up->AddRegexCommand("^(.+)$",
642 attach_regex_cmd_up->AddRegexCommand("^$", "process attach")) {
656 if (down_regex_cmd_up->AddRegexCommand("^$", "frame select -r -1") &&
657 down_regex_cmd_up->AddRegexCommand("
[all...]
H A DCommandObjectRegexCommand.cpp72 bool CommandObjectRegexCommand::AddRegexCommand(const char *re_cstr, function in class:CommandObjectRegexCommand
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1123 m_regex_cmd_up->AddRegexCommand(regex.c_str(), subst.c_str());

Completed in 180 milliseconds