forked from OSchip/llvm-project
Revert the change to "target variable" that was causing test suite failures.
llvm-svn: 141879
This commit is contained in:
parent
f4a06c2104
commit
2a14f17a65
lldb/source/Commands
|
@ -684,7 +684,7 @@ public:
|
|||
valobj_sp = ValueObjectVariable::Create (exe_ctx.GetBestExecutionContextScope(), var_sp);
|
||||
|
||||
if (valobj_sp)
|
||||
DumpValueObject (s, var_sp, valobj_sp, var_sp->GetName().GetCString());
|
||||
DumpValueObject (s, var_sp, valobj_sp, use_var_name ? var_sp->GetName().GetCString() : arg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue