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/libdebuginfod.map | |
| 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/libdebuginfod.map')
| -rw-r--r-- | debuginfod/libdebuginfod.map | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debuginfod/libdebuginfod.map b/debuginfod/libdebuginfod.map index 0d26f93e..a919630d 100644 --- a/debuginfod/libdebuginfod.map +++ b/debuginfod/libdebuginfod.map @@ -8,3 +8,8 @@ ELFUTILS_0.178 { debuginfod_find_source; debuginfod_set_progressfn; } ELFUTILS_0; +ELFUTILS_0.179 { + global: + debuginfod_set_user_data; + debuginfod_get_user_data; +}; |
