LLDB mainline
|
#include <DumpValueObjectOptions.h>
Public Types | |
enum class | Mode { Always , Default , Never } |
Public Member Functions | |
PointerDepth | Decremented () const |
bool | CanAllowExpansion () const |
Public Attributes | |
enum lldb_private::DumpValueObjectOptions::PointerDepth::Mode | m_mode |
uint32_t | m_count |
Definition at line 24 of file DumpValueObjectOptions.h.
|
strong |
Enumerator | |
---|---|
Always | |
Default | |
Never |
Definition at line 25 of file DumpValueObjectOptions.h.
bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion | ( | ) | const |
Definition at line 505 of file ValueObjectPrinter.cpp.
References Always, Default, m_count, m_mode, and Never.
Referenced by lldb_private::ValueObjectPrinter::PrintChildrenIfNeeded(), and lldb_private::ValueObjectPrinter::ShouldPrintChildren().
|
inline |
Definition at line 28 of file DumpValueObjectOptions.h.
References m_count, and m_mode.
Referenced by lldb_private::ValueObjectPrinter::PrintChild().
uint32_t lldb_private::DumpValueObjectOptions::PointerDepth::m_count |
Definition at line 26 of file DumpValueObjectOptions.h.
Referenced by CanAllowExpansion(), and Decremented().
enum lldb_private::DumpValueObjectOptions::PointerDepth::Mode lldb_private::DumpValueObjectOptions::PointerDepth::m_mode |
Referenced by CanAllowExpansion(), and Decremented().