Searched refs:bt_regex_cmd_up (Results 1 – 1 of 1) sorted by relevance
839 std::unique_ptr<CommandObjectRegexCommand> bt_regex_cmd_up( in LoadCommandDictionary() local848 if (bt_regex_cmd_up) { in LoadCommandDictionary()853 if (bt_regex_cmd_up->AddRegexCommand("^([[:digit:]]+)[[:space:]]*$", in LoadCommandDictionary()855 bt_regex_cmd_up->AddRegexCommand("^-c ([[:digit:]]+)[[:space:]]*$", in LoadCommandDictionary()857 bt_regex_cmd_up->AddRegexCommand("^all[[:space:]]*$", "thread backtrace all") && in LoadCommandDictionary()858 bt_regex_cmd_up->AddRegexCommand("^[[:space:]]*$", "thread backtrace")) { in LoadCommandDictionary()859 CommandObjectSP command_sp(bt_regex_cmd_up.release()); in LoadCommandDictionary()