[Lldb-commits] [lldb] [LLDB] Add AST node classes, functions, etc. for Data Inspection Lang… (PR #95738)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 2 08:53:26 PDT 2024


cmtice wrote:

As requested, I have updated this PR to only include the pieces needed to reproduce current (default) 'frame variable' behavior with DIL.  I have also updated the BNF file accordingly. 

I agree with Jim re the DIL language: We should only have a single language definition, and it can be a superset of the languages  it supports. So there may be parts of it that belong to particular languages, but that does not mean it supports those languages exclusively.

https://github.com/llvm/llvm-project/pull/95738


More information about the lldb-commits mailing list