Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp839 std::unique_ptr<CommandObjectRegexCommand> bt_regex_cmd_up( in LoadCommandDictionary() local
848 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()