[RFC] sketch of an unwinder cache interface for elfutils libdwfl

2024-12-10 Thread Serhei Makarov
This email sketches an 'unwinder cache' interface for libdwfl, derived from recent eu-stacktrace code [1] and based on Christian Hergert's adaptation of eu-stacktrace as sysprof-live-unwinder [2]. The intent is to remove the need for a lot of boilerplate code that would be identical among profil

[COMMITTED] debuginfod.cxx: Fix unused parameter warning

2024-12-10 Thread Aaron Merey
Add __attribute__ ((unused)) to prevent unused param warnings in is_seekable_archive and extract_from_seekable_archive when USE_LZMA is false. Signed-off-by: Aaron Merey --- debuginfod/debuginfod.cxx | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debuginfod/debug