Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DValueObject.h232 uint32_t m_omit_summary_depth; member
251 m_omit_summary_depth(0), in DumpValueObjectOptions()
279 m_omit_summary_depth(rhs.m_omit_summary_depth), in DumpValueObjectOptions()
365 m_omit_summary_depth = depth;
/external/lldb/source/Core/
DValueObject.cpp3430 if (options.m_omit_summary_depth > 0) in DumpValueObject_Impl()
3462 else if (options.m_omit_summary_depth == 0) in DumpValueObject_Impl()
3563 ….SetOmitSummaryDepth(child_options.m_omit_summary_depth > 1 ? child_options.m_omit_summary_depth -… in DumpValueObject_Impl()