[Lldb-commits] [lldb] [lldb] Add more ways to find the .dwp file. (PR #81067)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 16 14:56:09 PST 2024
clayborg wrote:
Is there a website or something that details how to correctly save symbols for split DWARF? Is there an existing tool people use? If the answer is no, I would like to support all variations for now. I am happy to emit a warning with a URL for best practices when it comes to emitting and archiving split DWARF if a user is doing something we don't want them to. But if we have no enforcements anywhere and no website that details how to do it correctly, just saying "well you should know to do it the right way but we don't provide any documentation on how to do i t right and our debuggers or symbolizers won't load your info" doesn't make for a great user experience.
The _only_ contentious think in this patch seems to be allowing `<exe>.debug` + `<exe>.debug.dwp`.
https://github.com/llvm/llvm-project/pull/81067
More information about the lldb-commits
mailing list