Re: debuginfod Credential Helper RFC

2022-08-08 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > [...] I could also see file-based config being useful if some > aspect of the debuginfod configuration can change from > moment-to-moment. Environment variables could be used for that, but > it would require either changing those variables in the calling > shell or wrapping each debuginfod

Re: [PATCH] libelf: Sync elf.h from glibc

2022-08-08 Thread Mark Wielaard
Hi Andreas, On Mon, Aug 08, 2022 at 01:44:08PM +0200, Andreas Schwab wrote: > Adds PT_RISCV_ATTRIBUTES, SHT_RISCV_ATTRIBUTES, PT_AARCH64_MEMTAG_MTE, > RELR definitions, LoongArch relocations. > > dwelf_elf_e_machine_string was updated to handle EM_LOONGARCH, and > ebl_dynamic_tag_name was updated

Re: [Bug debuginfod/27277] Describe retrieved files when verbose

2022-08-08 Thread Mark Wielaard
Hi Noah, On Fri, Aug 05, 2022 at 03:21:48PM -0400, Noah Sanci wrote: > On Thu, Aug 4, 2022 at 9:12 AM Mark Wielaard wrote: > > > > Hi Noah, > > > > On Thu, 2022-07-14 at 11:32 -0400, Noah Sanci via Elfutils-devel wrote: > > > Please find the patch for pr28284 attached > > > > > > Debuginfod a

[PATCH] libelf: Sync elf.h from glibc

2022-08-08 Thread Andreas Schwab via Elfutils-devel
Adds PT_RISCV_ATTRIBUTES, SHT_RISCV_ATTRIBUTES, PT_AARCH64_MEMTAG_MTE, RELR definitions, LoongArch relocations. dwelf_elf_e_machine_string was updated to handle EM_LOONGARCH, and ebl_dynamic_tag_name was updated to handle the new RELR dynamic tags. Signed-off-by: Andreas Schwab --- libdwelf/Cha

[Bug tools/28873] Implement eu-readelf -D

2022-08-08 Thread dichen at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28873 --- Comment #4 from Di Chen --- Update: I am working on the second part of the task, make eu-readelf can dump symbol information from dynamic program header, like $ eu-readelf -Ds {FILE} -- You are receiving this mail because: You are on th

[Bug tools/28873] Implement eu-readelf -D

2022-08-08 Thread dichen at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28873 --- Comment #3 from Di Chen --- Finished the first part of the whole task, now eu-readelf can dump the dynamic segment information from dynamic program header, i.e. ``` $ ./src/readelf -Dd ~/test/eu-readelf-no-shdr Dynamic segment contains

[Bug tools/28873] Implement eu-readelf -D

2022-08-08 Thread dichen at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28873 --- Comment #2 from Di Chen --- commit 369c021c6eedae3665c1dbbaa4fc43afbbb698f4 Author: Di Chen Date: Thu Apr 28 19:55:33 2022 +0800 readelf: Support --dynamic with --use-dynamic Currently, eu-readelf is using section headers to d