[PATCH] PR 30991: srcfiles tarball feature

2024-02-02 Thread Housam Alamour
lla/show_bug.cgi?id=30991 Signed-off-by: Housam Alamour --- NEWS | 8 + configure.ac | 5 +- debuginfod/debuginfod.cxx | 2 - doc/srcfiles.1 | 33 +++- src/Makefile.am| 9 +- src/srcfiles.cxx |

[PATCH] srcfiles.cxx: Addressed all patch review notes. typos, formatting, documentation, show -z and -b option even if libarchive is not available (and adjust test script accordingly), show source fi

2024-01-26 Thread Housam Alamour
--- doc/srcfiles.1 | 11 +- src/srcfiles.cxx | 304 ++--- tests/run-srcfiles-self.sh | 5 +- 3 files changed, 161 insertions(+), 159 deletions(-) diff --git a/doc/srcfiles.1 b/doc/srcfiles.1 index a7cde664..c6338315 100644 --- a/doc/srcfile

[PATCH] PR 30991: srcfiles tarball feature

2024-01-19 Thread Housam Alamour
lla/show_bug.cgi?id=30991 Signed-off-by: Housam Alamour --- NEWS | 8 + configure.ac | 5 +- debuginfod/debuginfod.cxx | 2 - doc/srcfiles.1 | 26 +++- src/Makefile.am| 9 +- src/srcfiles.cxx |

[PATCH] elfutils: PR 30991 srcfiles tarball feature

2023-11-08 Thread Housam Alamour
: % ./src/srcfiles -z -e /bin/ls > output.zip https://sourceware.org/bugzilla/show_bug.cgi?id=30991 Signed-off-by: Housam Alamour --- NEWS | 4 + configure.ac | 15 +++ doc/srcfiles.1 | 20 +++- src/Makefile.am| 2 +- src/srcfiles.

[PATCH] Fixed formatting of man page and --help options and added additional test case to ensure the correct source file is output.

2023-10-24 Thread Housam Alamour
Hello, Here are the requested changes. --- doc/Makefile.am| 2 +- doc/srcfiles.1 | 58 ++ src/srcfiles.cxx | 29 ++- tests/run-srcfiles-self.sh | 6 4 files changed, 55 insertions(+), 40 deletions(-) diff

PR30000 - introduce new srcfiles tool

2023-09-28 Thread Housam Alamour via Elfutils-devel
Hi, Here is the new srcfiles tool ready for review. Author: Housam Alamour Date: Thu Sep 7 14:29:19 2023 -0400 PR 3: debuginfod-find should have a source-list verb * seclines.cxx: Introduce new tool that compiles a list of source files associated with a specified dwarf/elf