Lines Matching refs:AddRegexCommand
652 success = break_regex_cmd_up->AddRegexCommand(break_regexes[i][0],
658 break_regex_cmd_up->AddRegexCommand("^$", "breakpoint list --full");
706 tbreak_regex_cmd_up->AddRegexCommand(break_regexes[i][0], command);
711 tbreak_regex_cmd_up->AddRegexCommand("^$", "breakpoint list --full");
725 if (attach_regex_cmd_up->AddRegexCommand("^([0-9]+)[[:space:]]*$",
727 attach_regex_cmd_up->AddRegexCommand(
731 attach_regex_cmd_up->AddRegexCommand("^(.+)$",
733 attach_regex_cmd_up->AddRegexCommand("^$", "process attach")) {
747 if (down_regex_cmd_up->AddRegexCommand("^$", "frame select -r -1") &&
748 down_regex_cmd_up->AddRegexCommand("^([0-9]+)$",
763 if (up_regex_cmd_up->AddRegexCommand("^$", "frame select -r 1") &&
764 up_regex_cmd_up->AddRegexCommand("^([0-9]+)$", "frame select -r %1")) {
777 if (display_regex_cmd_up->AddRegexCommand(
792 if (undisplay_regex_cmd_up->AddRegexCommand("^([0-9]+)$",
809 if (connect_gdb_remote_cmd_up->AddRegexCommand(
812 connect_gdb_remote_cmd_up->AddRegexCommand(
829 if (connect_kdp_remote_cmd_up->AddRegexCommand(
832 connect_kdp_remote_cmd_up->AddRegexCommand(
853 if (bt_regex_cmd_up->AddRegexCommand("^([[:digit:]]+)[[:space:]]*$",
855 bt_regex_cmd_up->AddRegexCommand("^-c ([[:digit:]]+)[[:space:]]*$",
857 bt_regex_cmd_up->AddRegexCommand("^all[[:space:]]*$", "thread backtrace all") &&
858 bt_regex_cmd_up->AddRegexCommand("^[[:space:]]*$", "thread backtrace")) {
878 if (list_regex_cmd_up->AddRegexCommand("^([0-9]+)[[:space:]]*$",
880 list_regex_cmd_up->AddRegexCommand(
884 list_regex_cmd_up->AddRegexCommand(
887 list_regex_cmd_up->AddRegexCommand("^-[[:space:]]*$",
889 list_regex_cmd_up->AddRegexCommand(
892 list_regex_cmd_up->AddRegexCommand("^(.+)$",
894 list_regex_cmd_up->AddRegexCommand("^$", "source list")) {
910 if (env_regex_cmd_up->AddRegexCommand("^$",
912 env_regex_cmd_up->AddRegexCommand("^([A-Za-z_][A-Za-z_0-9]*=.*)$",
930 if (jump_regex_cmd_up->AddRegexCommand("^\\*(.*)$",
932 jump_regex_cmd_up->AddRegexCommand("^([0-9]+)$",
934 jump_regex_cmd_up->AddRegexCommand("^([^:]+):([0-9]+)$",
936 jump_regex_cmd_up->AddRegexCommand("^([+\\-][0-9]+)$",