patch 2/2 debuginfod server etc.

Frank Ch. Eigler fche@redhat.com
Thu Nov 21 16:01:00 GMT 2019


Hi -

> On irc you mentioned that you didn't like that -R and -F didn't take
> wildcards. The attached makes it so that they now do (you do have to
> escape them or put them in single quotes, so the shell doesn't expand
> them first).

I stopped using -R PATH and -F PATH because it was clear that
debuginfod would be more comfortable to use with PATH lists
constructed from the full powers of the shell - just like 
most other unix programs.  This is not just glob expansion,
but things like backquote expressions that grep things, or
via xargs.  Let's leave the shell to do shell things.

- FChE



More information about the Elfutils-devel mailing list