Searched refs:tbreak_regex_cmd_up (Results 1 – 1 of 1) sorted by relevance
667 std::unique_ptr<CommandObjectRegexCommand> tbreak_regex_cmd_up( in LoadCommandDictionary() local700 if (tbreak_regex_cmd_up) { in LoadCommandDictionary()706 tbreak_regex_cmd_up->AddRegexCommand(break_regexes[i][0], command); in LoadCommandDictionary()711 tbreak_regex_cmd_up->AddRegexCommand("^$", "breakpoint list --full"); in LoadCommandDictionary()714 CommandObjectSP tbreak_regex_cmd_sp(tbreak_regex_cmd_up.release()); in LoadCommandDictionary()