Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandInterpreter.cpp494 up_regex_cmd_ap(new CommandObjectRegexCommand (*this, in LoadCommandDictionary() local
498 if (up_regex_cmd_ap.get()) in LoadCommandDictionary()
500 if (up_regex_cmd_ap->AddRegexCommand("^$", "frame select -r 1") && in LoadCommandDictionary()
501 up_regex_cmd_ap->AddRegexCommand("^([0-9]+)$", "frame select -r %1")) in LoadCommandDictionary()
503 CommandObjectSP up_regex_cmd_sp(up_regex_cmd_ap.release()); in LoadCommandDictionary()