diff options
Diffstat (limited to 'contrib/llvm-project/lldb/source/ValueObject/DILEval.cpp')
| -rw-r--r-- | contrib/llvm-project/lldb/source/ValueObject/DILEval.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/lldb/source/ValueObject/DILEval.cpp b/contrib/llvm-project/lldb/source/ValueObject/DILEval.cpp index fd3f9f872460..6f28434c646c 100644 --- a/contrib/llvm-project/lldb/source/ValueObject/DILEval.cpp +++ b/contrib/llvm-project/lldb/source/ValueObject/DILEval.cpp @@ -303,7 +303,7 @@ Interpreter::Visit(const MemberOfNode *node) { } } - if (field_obj && field_obj->GetName() == node->GetFieldName()) { + if (field_obj) { if (m_use_dynamic != lldb::eNoDynamicValues) { lldb::ValueObjectSP dynamic_val_sp = field_obj->GetDynamicValue(m_use_dynamic); |
