[Lldb-commits] [lldb] DynamicLoaderDarwin load images in parallel (PR #110439)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 6 17:29:20 PDT 2024


jasonmolenda wrote:

nb I used `plugin.experimental.dynamic-loader.darwin.enable-parallel-image-load` as the settings name so I could use the same command for all three types of lldb's - the unmodified lldb would give an error on an unrecognized setting normally and I didn't want to see that.  Adding `.experimental` to a path makes an unrecognized setting a no-op.

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


More information about the lldb-commits mailing list