Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp832 std::unique_ptr<CommandObjectRegexCommand> env_regex_cmd_up( in LoadCommandDictionary() local
840 if (env_regex_cmd_up) { in LoadCommandDictionary()
841 if (env_regex_cmd_up->AddRegexCommand("^$", in LoadCommandDictionary()
843 env_regex_cmd_up->AddRegexCommand("^([A-Za-z_][A-Za-z_0-9]*=.*)$", in LoadCommandDictionary()
845 CommandObjectSP env_regex_cmd_sp(env_regex_cmd_up.release()); in LoadCommandDictionary()