Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp595 const char *break_regexes[][2] = { in LoadCommandDictionary() local
614 size_t num_regexes = std::size(break_regexes); in LoadCommandDictionary()
652 success = break_regex_cmd_up->AddRegexCommand(break_regexes[i][0], in LoadCommandDictionary()
653 break_regexes[i][1]); in LoadCommandDictionary()
703 std::string command = break_regexes[i][1]; in LoadCommandDictionary()
706 tbreak_regex_cmd_up->AddRegexCommand(break_regexes[i][0], command); in LoadCommandDictionary()