Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandInterpreter.cpp509 display_regex_cmd_ap(new CommandObjectRegexCommand (*this, in LoadCommandDictionary() local
513 if (display_regex_cmd_ap.get()) in LoadCommandDictionary()
515 … if (display_regex_cmd_ap->AddRegexCommand("^(.+)$", "target stop-hook add -o \"expr -- %1\"")) in LoadCommandDictionary()
517 CommandObjectSP display_regex_cmd_sp(display_regex_cmd_ap.release()); in LoadCommandDictionary()