Re: [PATCH v2] libdw/libdwfl: Add API for accessing registers

2022-07-30 Thread Mark Wielaard
Hi, On Fri, Jul 29, 2022 at 11:18:45PM +0800, Di Chen wrote: > Re-pushed for fixing run-backtrace-core-sparc.sh failure which resulted > from some wrong register number. Thanks. Good the try check caught that copy/paste issue, I would have probably missed it on review. > On Fri, Jul 29, 2022 at

Re: [PATCH 1/1] debuginfod: create indexes to speed up grooming

2022-07-30 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > Create indexes on _r_de and _f_de tables > to speed up delete operations called by groom() function. > Primary keys of those tables are optimalized to search rows > by buildids so delete by file and mtime attributes > has to scan the whole table. [...] By the way, another possible approach