diff options
| author | Frank Ch. Eigler <fche@redhat.com> | 2020-03-19 20:27:11 -0400 |
|---|---|---|
| committer | Frank Ch. Eigler <fche@redhat.com> | 2020-03-22 16:46:14 -0400 |
| commit | b40e25568333a80b3f1f3cb7dd2e2a2caf880dcb (patch) | |
| tree | 4224c9db7f4a0aa7932e2b7b5727a44e8ca30104 /debuginfod/ChangeLog | |
| parent | 2092865a7e589ff805caa47e69ac9630f34d4f2a (diff) | |
| download | platform_external_elfutils-b40e25568333a80b3f1f3cb7dd2e2a2caf880dcb.tar.gz platform_external_elfutils-b40e25568333a80b3f1f3cb7dd2e2a2caf880dcb.tar.bz2 platform_external_elfutils-b40e25568333a80b3f1f3cb7dd2e2a2caf880dcb.zip | |
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>
Diffstat (limited to 'debuginfod/ChangeLog')
| -rw-r--r-- | debuginfod/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog index ab32b523..a26f6b27 100644 --- a/debuginfod/ChangeLog +++ b/debuginfod/ChangeLog @@ -1,3 +1,9 @@ +2020-03-22 Frank Ch. Eigler <fche@redhat.com> + + * debuginfod.h, libdebuginfod.map: New functions for _get/set_user(). + * debuginfod-client.c: Implement them. + * debuginfod-find.c: Include a token call just for testing them. + 2020-03-03 Aaron Merey <amerey@redhat.com> * debuginfod-client.c (debuginfod_query_server): Update |
