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
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
> > +
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
>
* 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
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
* 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