Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp683 attach_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
733 if (display_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
765 if (connect_gdb_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
768 connect_gdb_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
785 if (connect_kdp_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
788 connect_kdp_remote_cmd_up->AddRegexCommand( in LoadCommandDictionary()
836 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
840 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
845 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
848 list_regex_cmd_up->AddRegexCommand("^(.+)$", in LoadCommandDictionary()
[all …]
/llvm-project-15.0.7/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.cpp1009 m_regex_cmd_up->AddRegexCommand(regex, subst); in AppendRegexSubstitution()