Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp867 for (uint32_t global_idx = 0; global_idx < matches; ++global_idx) { in DoExecute() local
868 VariableSP var_sp(variable_list.GetVariableAtIndex(global_idx)); in DoExecute()
871 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()