mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
<rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command
llvm-svn: 161592
This commit is contained in:
@@ -360,7 +360,8 @@ CommandObjectExpression::EvaluateExpression
|
||||
.SetIgnoreCap(false)
|
||||
.SetFormat(format)
|
||||
.SetSummary()
|
||||
.SetShowSummary(!m_command_options.print_object);
|
||||
.SetShowSummary(!m_command_options.print_object)
|
||||
.SetHideRootType(m_command_options.print_object);
|
||||
|
||||
ValueObject::DumpValueObject (*(output_stream),
|
||||
result_valobj_sp.get(), // Variable object to dump
|
||||
|
||||
Reference in New Issue
Block a user