mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-24 22:56:04 -04:00
288f6b199a
Introduce the debuginfod/ subdirectory, containing the client for a new debuginfo-over-http service, in shared-library and command-line forms. Two functions in libdwfl make calls into the client library to fetch elf/dwarf files by buildid, as a fallback. Instead of normal dynamic linking (thus pulling in a variety of curl dependencies), the libdwfl hooks use dlopen/dlsym. Server & tests coming in patch 2. Signed-off-by: Aaron Merey <amerey@redhat.com> Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: debuginfod
|
|
Description: elfutils library to query debuginfo files from debuginfod servers
|
|
Version: @VERSION@
|
|
URL: http://elfutils.org/
|
|
|
|
Libs: -L${libdir} -ldebuginfod
|
|
Cflags: -I${includedir}
|