[Lldb-commits] [lldb] [lldb] Refactor DIL to take and store the context in `ExecutionContext` (PR #225849)
Ilia Kuklin via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 25 10:57:07 PDT 2026
================
@@ -137,7 +137,7 @@ class DILParser {
// Parser doesn't own the evaluation context. The produced AST may depend on
// it (for example, for source locations), so it's expected that expression
// context will outlive the parser.
- StackFrame &m_stack_frame;
+ ExecutionContext &m_exe_ctx;
----------------
kuilpd wrote:
Done.
https://github.com/llvm/llvm-project/pull/225849
More information about the lldb-commits
mailing list