[PATCH 5/5] addr2line: Add --pretty-print option to show all information on one line.

Mark Wielaard mjw at redhat.com
Tue May 26 08:20:14 UTC 2015


On Fri, 2015-05-22 at 10:02 -0700, Roland McGrath wrote:
> > Since other elfutils tools do support --pid, -p and it is handled by
> > dwfl_standard_argp () I rather keep the elfutils tools consistent than
> > adjust just this one short option for this one utility.
> 
> I meant dropping -p from the shared argp.

Hmmm. I must admit I am not a fan. It feels natural to have --pid, -p
for tools. And it looks like breaking API if someone is using
dwfl_standard_argp in their own programs now. It is certainly a pity if
that means we aren't command line compatible with some of the binutils
tools. But I am not sure it really justifies just dropping -p from
dwfl_standard_argp.

Cheers,

Mark


More information about the elfutils-devel mailing list