Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp638 attach_regex_cmd_ap->AddRegexCommand( in LoadCommandDictionary()
686 if (display_regex_cmd_ap->AddRegexCommand( in LoadCommandDictionary()
714 if (connect_gdb_remote_cmd_ap->AddRegexCommand( in LoadCommandDictionary()
717 connect_gdb_remote_cmd_ap->AddRegexCommand( in LoadCommandDictionary()
732 if (connect_kdp_remote_cmd_ap->AddRegexCommand( in LoadCommandDictionary()
735 connect_kdp_remote_cmd_ap->AddRegexCommand( in LoadCommandDictionary()
781 list_regex_cmd_ap->AddRegexCommand( in LoadCommandDictionary()
785 list_regex_cmd_ap->AddRegexCommand( in LoadCommandDictionary()
790 list_regex_cmd_ap->AddRegexCommand( in LoadCommandDictionary()
793 list_regex_cmd_ap->AddRegexCommand("^(.+)$", in LoadCommandDictionary()
[all …]
H A DCommandObjectRegexCommand.cpp78 bool CommandObjectRegexCommand::AddRegexCommand(const char *re_cstr, in AddRegexCommand() function in CommandObjectRegexCommand
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h36 bool AddRegexCommand(const char *re_cstr, const char *command_cstr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1160 m_regex_cmd_ap->AddRegexCommand(regex.c_str(), subst.c_str()); in AppendRegexSubstitution()