[Lldb-commits] [lldb] [lldb][windows] allow longer paths than MAX_PATH in GetFileNameByLoadAddress (PR #200225)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri May 29 01:20:11 PDT 2026


DavidSpickett wrote:

> DLLs can be longer than MAX_PATH. This is causing test failures when running check-lldb in a Windows Docker container.

Is this because some DLLs aren't loaded via. a path? Seems like it would break the whole system but clearly it doesn't.

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


More information about the lldb-commits mailing list