Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp867 std::unique_ptr<CommandObjectRegexCommand> list_regex_cmd_up( in LoadCommandDictionary() local
880 if (list_regex_cmd_up) { in LoadCommandDictionary()
881 if (list_regex_cmd_up->AddRegexCommand("^([0-9]+)[[:space:]]*$", in LoadCommandDictionary()
883 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
887 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
890 list_regex_cmd_up->AddRegexCommand("^-[[:space:]]*$", in LoadCommandDictionary()
892 list_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
895 list_regex_cmd_up->AddRegexCommand("^(.+)$", in LoadCommandDictionary()
897 list_regex_cmd_up->AddRegexCommand("^$", "source list")) { in LoadCommandDictionary()
898 CommandObjectSP list_regex_cmd_sp(list_regex_cmd_up.release()); in LoadCommandDictionary()