Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandInterpreter.cpp479 down_regex_cmd_ap(new CommandObjectRegexCommand (*this, in LoadCommandDictionary() local
483 if (down_regex_cmd_ap.get()) in LoadCommandDictionary()
485 if (down_regex_cmd_ap->AddRegexCommand("^$", "frame select -r -1") && in LoadCommandDictionary()
486 down_regex_cmd_ap->AddRegexCommand("^([0-9]+)$", "frame select -r -%1")) in LoadCommandDictionary()
488 CommandObjectSP down_regex_cmd_sp(down_regex_cmd_ap.release()); in LoadCommandDictionary()