Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp720 std::unique_ptr<CommandObjectRegexCommand> attach_regex_cmd_up( in LoadCommandDictionary() local
724 if (attach_regex_cmd_up) { in LoadCommandDictionary()
725 if (attach_regex_cmd_up->AddRegexCommand("^([0-9]+)[[:space:]]*$", in LoadCommandDictionary()
727 attach_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()
731 attach_regex_cmd_up->AddRegexCommand("^(.+)$", in LoadCommandDictionary()
733 attach_regex_cmd_up->AddRegexCommand("^$", "process attach")) { in LoadCommandDictionary()
734 CommandObjectSP attach_regex_cmd_sp(attach_regex_cmd_up.release()); in LoadCommandDictionary()