[Lldb-commits] [lldb] Add more ways to find the .dwp file. (PR #81067)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 9 12:59:25 PST 2024


clayborg wrote:

> Will this now work with .dwp files not having UUID?

I actually added a test for this and it works just fine if the main executable (`a.out`) has a UUID and the debug info file (`a.out.debug`) also has the UUID, but the .dwp file doesn't, we _are_ able to load the .dwp file just fine.

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


More information about the lldb-commits mailing list