[Lldb-commits] [lldb] [LLDB] Add AST node classes, functions, etc. for Data Inspection Lang… (PR #95738)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 25 09:16:50 PDT 2024
walter-erquinigo wrote:
I second everything that Pavel says. I think this would be the best approach. The existing frame var implementation is not that "smart", so it should be practical to fully replace it with the new DIL in its first stage.
An additional consideration is that lldb-dap, which is being more and more frequently used, relies on `frame var` for executing most expressions. `expr` is just a fallback. Therefore, replacing `frame var` with DIL right away has the benefit of getting tested right away by all the lldb-dap users.
https://github.com/llvm/llvm-project/pull/95738
More information about the lldb-commits
mailing list