Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
DValueObjectPrinter.cpp486 … const size_t max_num_children = m_valobj->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in GetMaxNumChildrenToPrint() local
488 if (num_children > max_num_children && !options.m_ignore_cap) in GetMaxNumChildrenToPrint()
491 return max_num_children; in GetMaxNumChildrenToPrint()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDebugger.cpp1789 … uint32_t max_num_children = target->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in FormatPromptRecurse() local
1814 if (--max_num_children == 0) in FormatPromptRecurse()