Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandInterpreter.cpp609 env_regex_cmd_ap(new CommandObjectRegexCommand (*this, in LoadCommandDictionary() local
613 if (env_regex_cmd_ap.get()) in LoadCommandDictionary()
615 if (env_regex_cmd_ap->AddRegexCommand("^$", "settings show target.env-vars") && in LoadCommandDictionary()
616env_regex_cmd_ap->AddRegexCommand("^([A-Za-z_][A-Za-z_0-9]*=.*)$", "settings set target.env-vars %… in LoadCommandDictionary()
618 CommandObjectSP env_regex_cmd_sp(env_regex_cmd_ap.release()); in LoadCommandDictionary()