[Lldb-commits] [lldb] [lldb][windows] fix duplicate OnLoadModule events (PR #189376)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 30 07:17:49 PDT 2026


charles-zablit wrote:

> I'm guessing there's no good way to test this? Looks reasonable otherwise.

The only reproducer I found is in swiftlang where at least 5/250 of our windows tests fail because `swiftCore.dll` is not loaded properly and we loose the ability to use reflection metadata. However, those are random failures on random tests.

I could not find a way to make this reliably reproducible.

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


More information about the lldb-commits mailing list