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

Kevin Frei via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 7 17:03:07 PST 2024


kevinfrei wrote:

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

The lack of UUID is kinda why this is so important. The connection is strictly based on the filename. This just expands the variety of filenames that can be supported. One thing that's helpful is that the .gnu_debuglink can be a relative/absolute path, so it enables putting the files in a different location than right beside the binary, which is definitely an improvement.

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


More information about the lldb-commits mailing list