Lines Matching refs:CommandObjectRegexCommand
34 #include "Commands/CommandObjectRegexCommand.h"
616 std::unique_ptr<CommandObjectRegexCommand> break_regex_cmd_up(
617 new CommandObjectRegexCommand(
667 std::unique_ptr<CommandObjectRegexCommand> tbreak_regex_cmd_up(
668 new CommandObjectRegexCommand(
720 std::unique_ptr<CommandObjectRegexCommand> attach_regex_cmd_up(
721 new CommandObjectRegexCommand(
740 std::unique_ptr<CommandObjectRegexCommand> down_regex_cmd_up(
741 new CommandObjectRegexCommand(*this, "_regexp-down",
756 std::unique_ptr<CommandObjectRegexCommand> up_regex_cmd_up(
757 new CommandObjectRegexCommand(
771 std::unique_ptr<CommandObjectRegexCommand> display_regex_cmd_up(
772 new CommandObjectRegexCommand(
785 std::unique_ptr<CommandObjectRegexCommand> undisplay_regex_cmd_up(
786 new CommandObjectRegexCommand(*this, "_regexp-undisplay",
800 std::unique_ptr<CommandObjectRegexCommand> connect_gdb_remote_cmd_up(
801 new CommandObjectRegexCommand(
820 std::unique_ptr<CommandObjectRegexCommand> connect_kdp_remote_cmd_up(
821 new CommandObjectRegexCommand(
839 std::unique_ptr<CommandObjectRegexCommand> bt_regex_cmd_up(
840 new CommandObjectRegexCommand(
864 std::unique_ptr<CommandObjectRegexCommand> list_regex_cmd_up(
865 new CommandObjectRegexCommand(
901 std::unique_ptr<CommandObjectRegexCommand> env_regex_cmd_up(
902 new CommandObjectRegexCommand(
920 std::unique_ptr<CommandObjectRegexCommand> jump_regex_cmd_up(
921 new CommandObjectRegexCommand(