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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to