[Lldb-commits] [lldb] Make env and source map dictionaries #95137 (PR #106919)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 2 04:31:09 PDT 2024
Da-Viper wrote:
@vogelsgesang I am not sure if it possible to use a dict for sourceMaps since a source can map to multiple destination see test
https://github.com/llvm/llvm-project/blob/a9c71d36655bd188521c74ce7834983e8c2a86cc/lldb/test/API/tools/lldb-dap/breakpoint/TestDAP_setBreakpoints.py#L53-L56
Using a source map as a dictionary will invalidate the previous set destination.
https://github.com/llvm/llvm-project/pull/106919
More information about the lldb-commits
mailing list