diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectMemory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp index fb0bb9412fa..32ac9a24aa5 100644 --- a/lldb/source/Commands/CommandObjectMemory.cpp +++ b/lldb/source/Commands/CommandObjectMemory.cpp @@ -660,7 +660,8 @@ public: m_varobj_options.be_raw ? false : m_varobj_options.use_synth, scope_already_checked, m_varobj_options.flat_output, - m_varobj_options.be_raw ? UINT32_MAX : 0); + m_varobj_options.be_raw ? UINT32_MAX : m_varobj_options.no_summary_depth, + m_varobj_options.be_raw ? true : m_varobj_options.ignore_cap); } else { |