Hi Roland, On Wed, 2023-06-14 at 12:43 -0700, Roland McGrath wrote: > Personally I'm not concerned with any non-build-ID use cases any more. > I don't know if the rest of the world is OK with presuming that build > ID-based lookup is always the only thing you want nowadays. > But it seems plausible, since we rolled out Build ID in 2008 and it's > been pretty thoroughly adopted by now.
Agreed. And if an application uses libdebuginfod it kind of assumes build-ids are always there anyway. Because there is no interface for requesting something without a build-id :) So that leaves the wrinkle of finding the .dwz files. And how to connect the debuginfo to the debugsources. When pointing to a "traditional" build-id based directory like /usr/lib/debug/ and /usr/src/debug/ Cheers, Mark