Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp700 std::unique_ptr<CommandObjectRegexCommand> up_regex_cmd_up( in LoadCommandDictionary() local
706 if (up_regex_cmd_up) { in LoadCommandDictionary()
707 if (up_regex_cmd_up->AddRegexCommand("^$", "frame select -r 1") && in LoadCommandDictionary()
708 up_regex_cmd_up->AddRegexCommand("^([0-9]+)$", "frame select -r %1")) { in LoadCommandDictionary()
709 CommandObjectSP up_regex_cmd_sp(up_regex_cmd_up.release()); in LoadCommandDictionary()