Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp771 std::unique_ptr<CommandObjectRegexCommand> display_regex_cmd_up( in LoadCommandDictionary() local
776 if (display_regex_cmd_up) { in LoadCommandDictionary()
777 if (display_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
779 CommandObjectSP display_regex_cmd_sp(display_regex_cmd_up.release()); in LoadCommandDictionary()