Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp785 std::unique_ptr<CommandObjectRegexCommand> undisplay_regex_cmd_up( in LoadCommandDictionary() local
791 if (undisplay_regex_cmd_up) { in LoadCommandDictionary()
792 if (undisplay_regex_cmd_up->AddRegexCommand("^([0-9]+)$", in LoadCommandDictionary()
794 CommandObjectSP undisplay_regex_cmd_sp(undisplay_regex_cmd_up.release()); in LoadCommandDictionary()