[Lldb-commits] [lldb] Make env and source map dictionaries #95137 (PR #106919)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 2 12:07:43 PDT 2024
vogelsgesang wrote:
> I am not sure if it possible to use a dict for sourceMaps since a source can map to multiple destination see test
Interestingly, CodeLLDB also uses an object, see https://github.com/vadimcn/codelldb/blob/v1.10.0/MANUAL.md#source-path-remapping. Probably they just don't support mapping a path to multiple source paths.
I guess we want to stay with the "array-of-array" configuration, then. What do you think, @JDevlieghere
https://github.com/llvm/llvm-project/pull/106919
More information about the lldb-commits
mailing list