[Lldb-commits] [lldb] Make env and source map dictionaries #95137 (PR #106919)

via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 4 08:54:53 PDT 2024


Da-Viper wrote:

> Can we modify this patch to support both formats? It should be easy to see if "env" is a dictionary, and if it is, use your new code. If it is an array, use the old parsing code. I would like to make sure this change doesn't break anyone that has existing launch configurations.

Should the older one be marked as deprecated or we just support both and test both ?



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


More information about the lldb-commits mailing list