[Bug libdw/27805] libdwfl: Unable to extract source line information for RISC-V binary

2021-05-06 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27805 --- Comment #5 from Mark Wielaard --- The length being 4 does make some sense even if the start address is zero. A range list entry contains of a beginning address and an ending address. The ending address marks the first address past the end

Re: PATCH: PR27784 debuginfod: notify interactive clients one time about usage

2021-05-06 Thread Mark Wielaard
Hi Frank, On Wed, May 05, 2021 at 04:20:36PM -0400, Frank Ch. Eigler wrote: > OK, how about this? I like this a lot better than doing it in the library code. Maybe the notify_p file should be stored under ${XDG_CONFIG_HOME-$HOME/.config} instead, because it isn't really a cache file. And maybe s

RE: Windows build of libelf (or more)?

2021-05-06 Thread Stephan Tobies via Elfutils-devel
Thanks for your pointers. We are going to explore the fitness of these libraries for our purposes and maybe will send some pull requests through the channels you have suggested. Best regards Stephan -Original Message- From: Ulf Hermann Sent: Thursday, May 6, 2021 8:54 AM To: Mark Wie

Re: Storing package metadata in ELF objects

2021-05-06 Thread Luca Boccassi
On Thu, 2021-05-06 at 03:17 +0200, Mark Wielaard wrote: > Hi Luca, > > On Tue, 2021-05-04 at 14:43 +0100, Luca Boccassi wrote: > > On Fri, 2021-04-30 at 19:57 +0200, Mark Wielaard wrote: > > > Is there a list of default keys (and their canonical spelling, upper- > > > lower-Camel_Case, etc.)? If t

Re: [PATCH] debuginfod: debuginfod client would cache negative results.

2021-05-06 Thread Mark Wielaard
Hi Alice, On Tue, May 04, 2021 at 04:25:59PM -0400, Alice Zhang via Elfutils-devel wrote: > add debuginfod_config_cache for reading and writing to cache > configuration files, make use of the function within > debuginfod_clean_cache and debuginfod_query_server. > > in debuginfod_query_server, cre

Re: [PATCH] libdw: handle DW_FORM_indirect when reading attributes

2021-05-06 Thread Mark Wielaard
Hi Omar, On Tue, May 04, 2021 at 02:18:45PM -0700, Omar Sandoval wrote: > On Sat, May 01, 2021 at 06:03:37PM +0200, Mark Wielaard wrote: > > On Sat, 2021-05-01 at 17:59 +0200, Mark Wielaard wrote: > > > There is __libdw_form_val_compute_len which already handles > > > DW_FORM_indirect: > > > > >

[Bug debuginfod/25628] client should cache negative results

2021-05-06 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25628 Frank Ch. Eigler changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

elfutils 0.184 release next week?

2021-05-06 Thread Mark Wielaard
Hi, It has been 3 months since 0.183. There have been more than 40 commits. With various improvements to the debuginfod-client and server. So I was hoping to do a 0.184 release next week (Monday May 10). If there is anything you want to add/fix before that please post to the list about it. Tha