Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp704 attach_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
754 if (display_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
786 if (connect_gdb_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
789 connect_gdb_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
806 if (connect_kdp_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
809 connect_kdp_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
857 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
861 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
866 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
869 list_regex_cmd_up->AddRegexCommand("^(.+)$", in LoadCommandDictionary()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.h33 bool AddRegexCommand(llvm::StringRef re_cstr, llvm::StringRef command_cstr);
H A DCommandObjectRegexCommand.cpp91 bool CommandObjectRegexCommand::AddRegexCommand(llvm::StringRef re_cstr, in AddRegexCommand() function in CommandObjectRegexCommand
H A DCommandObjectCommands.cpp1004 m_regex_cmd_up->AddRegexCommand(regex, subst); in AppendRegexSubstitution()