Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp631 std::unique_ptr<CommandObjectRegexCommand> attach_regex_cmd_ap( in LoadCommandDictionary() local
635 if (attach_regex_cmd_ap.get()) { in LoadCommandDictionary()
636 if (attach_regex_cmd_ap->AddRegexCommand("^([0-9]+)[[:space:]]*$", in LoadCommandDictionary()
638 attach_regex_cmd_ap->AddRegexCommand( in LoadCommandDictionary()
642 attach_regex_cmd_ap->AddRegexCommand("^(.+)$", in LoadCommandDictionary()
644 attach_regex_cmd_ap->AddRegexCommand("^$", "process attach")) { in LoadCommandDictionary()
645 CommandObjectSP attach_regex_cmd_sp(attach_regex_cmd_ap.release()); in LoadCommandDictionary()