Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DValueObject.h223 uint32_t m_max_ptr_depth; member
242 m_max_ptr_depth(0), in DumpValueObjectOptions()
270 m_max_ptr_depth(rhs.m_max_ptr_depth), in DumpValueObjectOptions()
292 m_max_ptr_depth = depth;
/external/lldb/source/Core/
DValueObject.cpp3665 … options.m_max_ptr_depth, // max pointer depth allowed, we will go down from here in DumpValueObject()