We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d384c37 commit d20d8dbCopy full SHA for d20d8db
lldb/source/DataFormatters/ValueObjectPrinter.cpp
@@ -300,7 +300,7 @@ void ValueObjectPrinter::PrintDecl() {
300
ConstString type_name_cstr(typeName.GetString());
301
ConstString var_name_cstr(varName.GetString());
302
303
- DumpValueObjectOptions decl_print_options;
+ DumpValueObjectOptions decl_print_options = m_options;
304
// Pass printing helpers an option object that indicates whether the name
305
// should be shown or hidden.
306
decl_print_options.SetHideName(!ShouldShowName());
0 commit comments