Searched refs:break_regex_cmd_up (Results 1 – 1 of 1) sorted by relevance
544 std::unique_ptr<CommandObjectRegexCommand> break_regex_cmd_up( in LoadCommandDictionary() local580 if (break_regex_cmd_up) { in LoadCommandDictionary()583 success = break_regex_cmd_up->AddRegexCommand(break_regexes[i][0], in LoadCommandDictionary()589 break_regex_cmd_up->AddRegexCommand("^$", "breakpoint list --full"); in LoadCommandDictionary()592 CommandObjectSP break_regex_cmd_sp(break_regex_cmd_up.release()); in LoadCommandDictionary()