parent
0ee8282f4a
commit
920c587e64
|
|
@ -24,9 +24,9 @@
|
|||
|
||||
namespace lldb_private {
|
||||
|
||||
class DumpValueObjectOptions
|
||||
{
|
||||
public:
|
||||
class DumpValueObjectOptions
|
||||
{
|
||||
public:
|
||||
struct PointerDepth
|
||||
{
|
||||
enum class Mode
|
||||
|
|
@ -153,7 +153,7 @@ namespace lldb_private {
|
|||
DumpValueObjectOptions&
|
||||
SetRevealEmptyAggregates (bool reveal = true);
|
||||
|
||||
public:
|
||||
public:
|
||||
uint32_t m_max_depth = UINT32_MAX;
|
||||
lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
|
||||
uint32_t m_omit_summary_depth = 0;
|
||||
|
|
@ -178,7 +178,7 @@ namespace lldb_private {
|
|||
bool m_allow_oneliner_mode : 1;
|
||||
bool m_hide_pointer_value : 1;
|
||||
bool m_reveal_empty_aggregates : 1;
|
||||
};
|
||||
};
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue