[Lldb-commits] [lldb] [LLDB] Add framework for Data Inspection Language (DIL) work. (PR #115666)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 12 00:04:20 PST 2024
labath wrote:
+1 to what Jim said. You could keep `GetValueForVariableExpressionPath` as a single entry point, but then implement it as something like `if(use_dil) LegacyGetValueForVariableExpressionPath() else DILGetValueForVariableExpressionPath()`
https://github.com/llvm/llvm-project/pull/115666
More information about the lldb-commits
mailing list