diff options
Diffstat (limited to 'include/lldb/Interpreter/OptionGroupValueObjectDisplay.h')
-rw-r--r-- | include/lldb/Interpreter/OptionGroupValueObjectDisplay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h b/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h index 53c8550da81e7..86e4c1662e6ed 100644 --- a/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h +++ b/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h @@ -77,6 +77,7 @@ public: uint32_t no_summary_depth; uint32_t max_depth; uint32_t ptr_depth; + uint32_t elem_count; lldb::DynamicValueType use_dynamic; }; |