Re: [PATCH] PR 30991: srcfiles tarball feature

2024-02-06 Thread Frank Ch. Eigler
Hi - > > > - // This is a common symptom for dwz-compressed debug files, > > > - // where the altdebug file cannot be resolved. > > Was it intended to remove this comment? Yes, it was copy/pasted from debuginfod by mistake. - FChE

Re: [PATCH] PR 30991: srcfiles tarball feature

2024-02-06 Thread Mark Wielaard
Hi, On Mon, Feb 05, 2024 at 07:24:33PM -0500, Aaron Merey wrote: > > diff --git a/NEWS b/NEWS > > index 0420d3b8..3391d6a1 100644 > > --- a/NEWS > > +++ b/NEWS > > @@ -1,3 +1,8 @@ > > +Version 0.191 (after 0.189) > > + > > +srcfiles: Can now fetch the source files of a DWARF/ELF file and > > +

Re: [PATCH] PR 30991: srcfiles tarball feature

2024-02-05 Thread Aaron Merey
Thanks Housam, pushed as commit 75fb8c0152. Aaron On Fri, Feb 2, 2024 at 10:51 AM Housam Alamour wrote: > > * srcfiles.cxx: Introduce new --zip option that places all the > source files associated with a specified dwarf/elf file > into a zip file and sends it to stdout. Files may be >

[PATCH] PR 30991: srcfiles tarball feature

2024-02-02 Thread Housam Alamour
* srcfiles.cxx: Introduce new --zip option that places all the source files associated with a specified dwarf/elf file into a zip file and sends it to stdout. Files may be fetched from debuginfod (if applicable) or locally as a backup. Added -b option to disable the backup of ch

Re: [PATCH] PR 30991: srcfiles tarball feature

2024-01-22 Thread Aaron Merey
Hi Housam, This is a very cool feature. Thanks again for working on this! On Fri, Jan 19, 2024 at 11:47 AM Housam Alamour wrote: > > * srcfiles.cxx: Introduce new --zip option that places all the > source files associated with a specified dwarf/elf file > into a zip file and sends it to

[PATCH] PR 30991: srcfiles tarball feature

2024-01-19 Thread Housam Alamour
* srcfiles.cxx: Introduce new --zip option that places all the source files associated with a specified dwarf/elf file into a zip file and sends it to stdout. Files may be fetched from debuginfod (if applicable) or locally as a backup. Added -b option to disable the backup of ch