Hi - > This can be used for example to check whether an ELF archive file > contains ELF members that can be stripped by using: > eu-classify --ar-member --unstripped <ar-file>
So one could immediately put this into debugedit's find-debuginfo.sh. > RFC: Is the option name --ar-member clear? Do we also want a variant > (--all-ar-members) that checks whether all members match? Do we want > this to work recursively? Should it print the member names that match > instead of the archive file (is that useful?). Suggest "--any-ar-member" to clarify the name, and I wouldn't bother with the other things. (OTOH, if PR33305 or PR33329 could come into being, this perhaps would not be needed.) - FChE