debuginfod client API: add get/set user_data functions
authorFrank Ch. Eigler <fche@redhat.com>
Fri, 20 Mar 2020 00:27:11 +0000 (20:27 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Sun, 22 Mar 2020 20:46:14 +0000 (16:46 -0400)
commitb40e25568333a80b3f1f3cb7dd2e2a2caf880dcb
tree4224c9db7f4a0aa7932e2b7b5727a44e8ca30104
parent2092865a7e589ff805caa47e69ac9630f34d4f2a
debuginfod client API: add get/set user_data functions

Add a pair of functions to associate a void* parameter with a client
object.  Requested by GDB team as a way to pass file names and such
user-interface data through to a progressfn callback.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
debuginfod/ChangeLog
debuginfod/debuginfod-client.c
debuginfod/debuginfod-find.c
debuginfod/debuginfod.h
debuginfod/libdebuginfod.map
doc/ChangeLog
doc/Makefile.am
doc/debuginfod_find_debuginfo.3
doc/debuginfod_get_user_data.3 [new file with mode: 0644]
doc/debuginfod_set_user_data.3 [new file with mode: 0644]