Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debuginfod: add client context | Mark Wielaard | 2019-11-23 | 1 | -0/+1 |
Add a mandatory debuginfod_begin()/_end() call pair to manage a client object that represents persistent but non-global state. From libdwfl, dlopen the debuginfod.so client library early on. This hopefully makes sure that the code (and the libcurl.so dependency) is loaded before the program goes into multi-threaded mode. Signed-off-by: Mark Wielaard <mark@klomp.org> |