mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
<rdar://problem/12413390> Fixing an issue where synthetic ValueObjects do not properly resolve their value
llvm-svn: 165271
This commit is contained in:
@@ -101,6 +101,12 @@ public:
|
||||
virtual lldb::ValueObjectSP
|
||||
GetNonSyntheticValue ();
|
||||
|
||||
virtual bool
|
||||
ResolveValue (Scalar &scalar)
|
||||
{
|
||||
return m_parent->ResolveValue(scalar);
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual bool
|
||||
UpdateValue ();
|
||||
|
||||
Reference in New Issue
Block a user