[Lldb-commits] [lldb] [LLDB] Add DIL code for handling plain variable names. (PR #120971)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 28 05:11:49 PST 2025
================
@@ -511,7 +514,9 @@ ValueObjectSP StackFrame::GetValueForVariableExpressionPath(
VariableSP &var_sp, Status &error) {
ExecutionContext exe_ctx;
CalculateExecutionContext(exe_ctx);
+
bool use_DIL = exe_ctx.GetTargetRef().GetUseDIL(&exe_ctx);
+
----------------
labath wrote:
revert spurious whitespace change.
https://github.com/llvm/llvm-project/pull/120971
More information about the lldb-commits
mailing list