[Lldb-commits] [lldb] [lldb][PlatformDarwin] Reword warning when locating scripting resources from dSYM (PR #185666)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 10 08:47:36 PDT 2026


Michael137 wrote:

> `Consider removing the file with the malformed name to eliminate this warning.` That's an odd piece of advice. Assuming that the user put the script there to serve a purpose, wouldn't the most logical thing to do be to _rename_ it?

The warning triggers only in the case where there is a renamed file *and* the original file. In which case, LLDB will load the fixed file name but warns the user that there's a leftover file that LLDB won't load

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


More information about the lldb-commits mailing list