[Lldb-commits] [lldb] fix parallel module loading deadlock for Linux DYLD (PR #166480)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 7 14:15:39 PST 2025


JDevlieghere wrote:

> By change it "globally", I was initially going to change it on the caller side. I.e. do something similar as `DynamicLoaderPosixDYLD` to `DynamicLoaderDarwin`. Was this what you meant by "change it globally", or were you suggesting another kind of change?

I meant removing the flag, and always doing the "deferred" preloading after we've loaded all the modules.

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


More information about the lldb-commits mailing list