Re: patch 1/2 debuginfod client

2019-11-13 Thread Mark Wielaard
Hi, On Mon, 2019-10-28 at 15:06 -0400, Frank Ch. Eigler wrote: > Subject: [PATCH 1/2] debuginfod 1/2: client side > > Introduce the debuginfod/ subdirectory, containing the client for a > new debuginfo-over-http service, in shared-library and command-line > forms. Two functions in libdwfl make c

Re: patch 2/2 debuginfod server etc.

2019-11-13 Thread Mark Wielaard
Hi, On Mon, 2019-10-28 at 15:07 -0400, Frank Ch. Eigler wrote: > Add the server to the debuginfod/ subdirectory. This is a highly > multithreaded c++11 program (still buildable on rhel7's gcc 4.8, > which is only partly c++11 compliant). Includes an initial suite > of tests, man pages, and a sam

Re: patch 2/2 debuginfod server etc.

2019-11-13 Thread Mark Wielaard
On Mon, 2019-10-28 at 15:07 -0400, Frank Ch. Eigler wrote: > Add the server to the debuginfod/ subdirectory. This is a highly > multithreaded c++11 program (still buildable on rhel7's gcc 4.8, > which is only partly c++11 compliant). Includes an initial suite > of tests, man pages, and a sample s

Re: patch 1/2 debuginfod client

2019-11-13 Thread Frank Ch. Eigler
Hi - > Hurrah! Documentation! Thanks. > > But given that all other documentation is under doc/ could you move it > there (guarded by DEBUGINFOD). It is just more consistent. If you leave > it in this subdir I think you should also move the existing > documentation files (and I think that is not w

Re: patch 1/2 debuginfod client

2019-11-13 Thread Frank Ch. Eigler
Hi - > > It'd be fractions of a second per configure run ... worth worrying > > about? > > Probably not, but if it is easy to hide after the check, why not do it? > Don't if it requires nasty trickery though. OK. > > > > +PKG_PROG_PKG_CONFIG > > > > +AC_ARG_ENABLE([debuginfod], AC_HELP_STRING([