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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 3 10:52:03 PDT 2024


clayborg 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.

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


More information about the lldb-commits mailing list