This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 2/5/2020 11:14 AM, Frank Ch. Eigler wrote:
Hi, Arjan -clear-linux elfutils indexed by filename by buildidactually the clear side provides both build id and filename, the tools on the client (gdb and the like) try buildid first, and fall back to filename, and we just do bothAIUI that works by using the "/usr/lib/debug/.build-id/HE/XCODE" as the key, i.e., the build-id as a file name.
sure but it's not "/usr/bin/true" of which you might have different versions over the lifespan of a distro through its updates (e.g. you can connect gdb to a process that got updated on disk later and still get the right answers) the disinction of having the "/.build-id/" prefix versus just the code is not a huge difference (so all the things you can do with just the number you can do with the prefix added as well)
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |