Re: [PATCH] Getter and setter for Dwfl's offline_next_address

2024-03-24 Thread Martin Rodriguez Reboredo
On 3/20/24 19:52, Mark Wielaard wrote: Hi Martin, On Wed, Mar 06, 2024 at 04:22:49PM -0300, Martin Rodriguez Reboredo wrote: Added new functions dwfl_get_offline_next_address and dwfl_set_offline_next_address which will get plus set said field from the Dwfl struct. This is a requirement for lis

Re: [PATCH v2] config: Add profile script for fish shell

2024-03-24 Thread Mark Wielaard
Hi Freso, On Fri, Mar 22, 2024 at 06:21:04PM +0100, Frederik “Freso” S. Olesen wrote: > Add support for setting $DEBUGINFOD_URLS automatically in the fish shell > similar to the profile scripts for POSIX and csh shells. > > Makefile is set to install this into fish’s $XDG_DATA_DIRS vendor > direc

Re: [PATCH] Getter and setter for Dwfl's offline_next_address

2024-03-24 Thread Mark Wielaard
Hi Martin, On Sun, Mar 24, 2024 at 11:11:21AM -0300, Martin Rodriguez Reboredo wrote: > On 3/20/24 19:52, Mark Wielaard wrote: > >Could you show an example of when/where you need it and what address > >you set it to? > > For example, this test program reports the name and location pointed by > th

☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)

2024-03-24 Thread builder
A new failure has been detected on builder elfutils-fedora-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/59/builds/307 Build state: failed test (failure) Revision: 6228e2fedf419a7f1d70dc14a3b53a8a97394b88 Worker: bb2-1 Build

Re: ☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)

2024-03-24 Thread Mark Wielaard
On Sun, Mar 24, 2024 at 05:45:57PM +, buil...@sourceware.org wrote: > A new failure has been detected on builder elfutils-fedora-x86_64 while > building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/59/builds/307 > > Build state: failed

☺ Buildbot (Sourceware): elfutils - build successful (main)

2024-03-24 Thread builder
A restored build has been detected on builder elfutils-fedora-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/59/builds/308 Build state: build successful Revision: 8f3818574a6abe1fbab1682698b2cef146522148 Worker: bbo2 Build Re

Re: [PATCH] Getter and setter for Dwfl's offline_next_address

2024-03-24 Thread Martin Rodriguez Reboredo
On 3/24/24 14:08, Mark Wielaard wrote: Hi Martin, On Sun, Mar 24, 2024 at 11:11:21AM -0300, Martin Rodriguez Reboredo wrote: [...] So this patch is kinda pointless, but at least I've managed to learn what I was missing. Anyways, thanks for the heads-up. :) I don't think it was pointless. Clea