[PATCH] libdw: handle DW_FORM_indirect when reading attributes

2021-04-23 Thread Omar Sandoval
From: Omar Sandoval Whenever we encounter an attribute with DW_FORM_indirect, we need to read its true form from the DIE data. Then, we can continue normally. This adds support to the most obvious places: __libdw_find_attr() and dwarf_getattrs(). There may be more places that need to be updated.

PATCH: PR27701: debuginfod clients with long-lived curl handles

2021-04-23 Thread Frank Ch. Eigler via Elfutils-devel
Hi - Author: Frank Ch. Eigler Date: Fri Apr 23 13:04:26 2021 -0400 PR27701: debuginfod client: encourage reused debuginfod_client objects Client objects now carry long-lived curl handles for outgoing connections. This makes it more efficient for multiple sequential querie