Fix a bug where one-lining display of child values would ignore the user's choice of format
llvm-svn: 254349
This commit is contained in:
@@ -839,7 +839,7 @@ ValueObjectPrinter::PrintChildrenOneLiner (bool hide_names)
|
||||
}
|
||||
child_sp->DumpPrintableRepresentation(*m_stream,
|
||||
ValueObject::eValueObjectRepresentationStyleSummary,
|
||||
lldb::eFormatInvalid,
|
||||
m_options.m_format,
|
||||
ValueObject::ePrintableRepresentationSpecialCasesDisable);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user