Files
third_party_elfutils/debuginfod/libdebuginfod.map
T
Frank Ch. Eigler 5d67e9d3ea debuginfod client API: add get_url function
This function lets a client know, during or after a progressfn
callback, what the url of the winning outgoing download is/was.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
2020-03-22 16:46:16 -04:00

17 lines
317 B
Plaintext

ELFUTILS_0 { };
ELFUTILS_0.178 {
global:
debuginfod_begin;
debuginfod_end;
debuginfod_find_debuginfo;
debuginfod_find_executable;
debuginfod_find_source;
debuginfod_set_progressfn;
} ELFUTILS_0;
ELFUTILS_0.179 {
global:
debuginfod_set_user_data;
debuginfod_get_user_data;
debuginfod_get_url;
};