coredump: parse build-id out of core file
authorLuca Boccassi <luca.boccassi@microsoft.com>
Thu, 18 Mar 2021 11:19:09 +0000 (11:19 +0000)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Tue, 6 Apr 2021 21:52:48 +0000 (22:52 +0100)
commit965e09554605a469bfd03565b3206cfdab8429ed
treef35c9316aee3ffe74d1681660e4aed344a4d2815
parentee579e6454bd96afe72d805f53d91b7e4292be5a
coredump: parse build-id out of core file

Parse the build-id of each ELF object contained in the core file
using the elfutils' libdwfl interface.
Add it to the journal.
src/coredump/coredump.c
src/coredump/stacktrace.c
src/coredump/stacktrace.h