Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp813 std::unique_ptr<CommandObjectRegexCommand> bt_regex_cmd_up( in LoadCommandDictionary() local
822 if (bt_regex_cmd_up) { in LoadCommandDictionary()
827 if (bt_regex_cmd_up->AddRegexCommand("^([[:digit:]]+)[[:space:]]*$", in LoadCommandDictionary()
829 bt_regex_cmd_up->AddRegexCommand("^-c ([[:digit:]]+)[[:space:]]*$", in LoadCommandDictionary()
831 bt_regex_cmd_up->AddRegexCommand("^all[[:space:]]*$", "thread backtrace all") && in LoadCommandDictionary()
832 bt_regex_cmd_up->AddRegexCommand("^[[:space:]]*$", "thread backtrace")) { in LoadCommandDictionary()
833 CommandObjectSP command_sp(bt_regex_cmd_up.release()); in LoadCommandDictionary()