Searched refs:attach_regex_cmd_up (Results 1 – 1 of 1) sorted by relevance
694 std::unique_ptr<CommandObjectRegexCommand> attach_regex_cmd_up( in LoadCommandDictionary() local698 if (attach_regex_cmd_up) { in LoadCommandDictionary()699 if (attach_regex_cmd_up->AddRegexCommand("^([0-9]+)[[:space:]]*$", in LoadCommandDictionary()701 attach_regex_cmd_up->AddRegexCommand( in LoadCommandDictionary()705 attach_regex_cmd_up->AddRegexCommand("^(.+)$", in LoadCommandDictionary()707 attach_regex_cmd_up->AddRegexCommand("^$", "process attach")) { in LoadCommandDictionary()708 CommandObjectSP attach_regex_cmd_sp(attach_regex_cmd_up.release()); in LoadCommandDictionary()