LLDB
mainline
|
#include <DumpValueObjectOptions.h>
Public Types | |
enum | Mode { Mode::Always, Mode::Default, Mode::Never } |
Public Member Functions | |
PointerDepth | operator-- () 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.
Enumerator | |
---|---|
Always | |
Default | |
Never |
Definition at line 25 of file DumpValueObjectOptions.h.
bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion | ( | ) | const |
Definition at line 472 of file ValueObjectPrinter.cpp.
Referenced by lldb_private::ValueObjectPrinter::PrintChildrenIfNeeded(), and lldb_private::ValueObjectPrinter::ShouldPrintChildren().
|
inline |
Definition at line 28 of file DumpValueObjectOptions.h.
uint32_t lldb_private::DumpValueObjectOptions::PointerDepth::m_count |
Definition at line 26 of file DumpValueObjectOptions.h.
Referenced by operator--().
enum lldb_private::DumpValueObjectOptions::PointerDepth::Mode lldb_private::DumpValueObjectOptions::PointerDepth::m_mode |
Referenced by operator--().