Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp671 attach_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
721 if (display_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
751 if (connect_gdb_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
754 connect_gdb_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
770 if (connect_kdp_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
773 connect_kdp_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
821 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
825 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
830 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
833 list_regex_cmd_up->AddRegexCommand("^(.+)$", in LoadCommandDictionary()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.h33 bool AddRegexCommand(llvm::StringRef re_cstr, llvm::StringRef command_cstr);
H A DCommandObjectRegexCommand.cpp71 bool CommandObjectRegexCommand::AddRegexCommand(llvm::StringRef re_cstr, in AddRegexCommand() function in CommandObjectRegexCommand
H A DCommandObjectCommands.cpp964 m_regex_cmd_up->AddRegexCommand(regex, subst); in AppendRegexSubstitution()