Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandInterpreter.cpp567 bt_regex_cmd_ap(new CommandObjectRegexCommand (*this, in LoadCommandDictionary() local
571 if (bt_regex_cmd_ap.get()) in LoadCommandDictionary()
576 if (bt_regex_cmd_ap->AddRegexCommand("^([[:digit:]]+)$", "thread backtrace -c %1") && in LoadCommandDictionary()
577 bt_regex_cmd_ap->AddRegexCommand("^-c ([[:digit:]]+)$", "thread backtrace -c %1") && in LoadCommandDictionary()
578 bt_regex_cmd_ap->AddRegexCommand("^all$", "thread backtrace all") && in LoadCommandDictionary()
579 bt_regex_cmd_ap->AddRegexCommand("^$", "thread backtrace")) in LoadCommandDictionary()
581 CommandObjectSP command_sp(bt_regex_cmd_ap.release()); in LoadCommandDictionary()