We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa97d6e + 9f76139 commit 4b1b457Copy full SHA for 4b1b457
lldb/source/Plugins/ExpressionParser/Swift/SwiftUserExpression.cpp
@@ -363,7 +363,7 @@ static bool AddVariableInfo(
363
variable_sp->GetScope(), variable_sp->GetSymbolContextScope(),
364
variable_sp->GetScopeRange(),
365
const_cast<lldb_private::Declaration *>(&variable_sp->GetDeclaration()),
366
- variable_sp->LocationExpression(), variable_sp->IsExternal(),
+ variable_sp->LocationExpressionList(), variable_sp->IsExternal(),
367
variable_sp->IsArtificial(),
368
variable_sp->GetLocationIsConstantValueData(),
369
variable_sp->IsStaticMember(), variable_sp->IsConstant());
0 commit comments