Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectTarget.cpp940 … lldb_private::RegularExpression all_globals_regex("."); // Any global with at least one character in DoExecute() local
942 … sc.module_sp->FindGlobalVariables(all_globals_regex, append, UINT32_MAX, variable_list); in DoExecute()