commit | cb1a6b85b84359419e7fcf9069c3ba9d27a856c7 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Mon May 06 19:54:27 2024 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Thu May 09 10:09:28 2024 +0100 |
tree | f62c7dd55dc6e1eb8f04799d8d6cbab44ccb965d | |
parent | e5b12a313fdbbf9b628e920e40feb6613a9d6905 [diff] |
gdb: add a new build_id_equal function Add two versions of a new function build_id_equal which can be used to compare build-ids, then make use of these functions in GDB. It seems better to have a specific function for the task of comparing build-ids rather than having a length check followed by a memcmp call. There should be no user visible changes after this commit. Approved-By: Tom Tromey <tom@tromey.com>