Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp674 std::unique_ptr<CommandObjectRegexCommand> down_regex_cmd_up( in LoadCommandDictionary() local
680 if (down_regex_cmd_up) { in LoadCommandDictionary()
681 if (down_regex_cmd_up->AddRegexCommand("^$", "frame select -r -1") && in LoadCommandDictionary()
682 down_regex_cmd_up->AddRegexCommand("^([0-9]+)$", in LoadCommandDictionary()
684 CommandObjectSP down_regex_cmd_sp(down_regex_cmd_up.release()); in LoadCommandDictionary()