Revert the change to "target variable" that was causing test suite failures.

llvm-svn: 141879
This commit is contained in:
Greg Clayton 2011-10-13 18:31:02 +00:00
parent f4a06c2104
commit 2a14f17a65
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}