From 90a8db30deb7cbd1146bd497620ad07897df9e52 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 31 Oct 2013 21:01:07 +0000 Subject: Renaming the setting to enable/disable automatic one-lining of summaries as auto-one-line-summaries llvm-svn: 193801 --- lldb/source/DataFormatters/FormatManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/DataFormatters/FormatManager.cpp') diff --git a/lldb/source/DataFormatters/FormatManager.cpp b/lldb/source/DataFormatters/FormatManager.cpp index d4bb0a1c365..b4c4628b48a 100644 --- a/lldb/source/DataFormatters/FormatManager.cpp +++ b/lldb/source/DataFormatters/FormatManager.cpp @@ -335,7 +335,7 @@ bool FormatManager::ShouldPrintAsOneLiner (ValueObject& valobj) { // if settings say no oneline whatsoever - if (valobj.GetTargetSP().get() && valobj.GetTargetSP()->GetDebugger().GetEnableAutoOneLine() == false) + if (valobj.GetTargetSP().get() && valobj.GetTargetSP()->GetDebugger().GetAutoOneLineSummaries() == false) return false; // then don't oneline // if this object has a summary, don't try to do anything special to it -- cgit v1.2.3