Re: PR25369 rfc: debuginfod client api extension for progressfn prettying etc.

2020-02-25 Thread Frank Ch. Eigler
Hi - > > I think it has a chance to be useful to other clients too, for example > > for other proxy / authentication schemes. And given that there is a > > shared library boundary, private APIs aren't in easy reach. > > "separately" as in separate commits? ... I suppose, if it really > > matters.

Re: PR25369 rfc: debuginfod client api extension for progressfn prettying etc.

2020-02-25 Thread Mark Wielaard
Hi Frank, On Tue, 2020-02-25 at 10:32 -0500, Frank Ch. Eigler wrote: > > > +/* Add an outgoing HTTP request "Header: Value". Copies string. */ > > > +int debuginfod_add_http_header (debuginfod_client *client, const char* > > > header); > > > > This one seems different from the others and has

Re: PR25369 rfc: debuginfod client api extension for progressfn prettying etc.

2020-02-25 Thread Frank Ch. Eigler
Hi - > > This latter is a bit long and should probably be abbreviated, wdyt? > > Might want to abbrev the build-id part to /81..aa/. The interesting > part is which server is used imho. Yeah, OK. > > +/* Add an outgoing HTTP request "Header: Value". Copies string. */ > > +int debuginfod_add_

Re: PR25369 rfc: debuginfod client api extension for progressfn prettying etc.

2020-02-25 Thread Mark Wielaard
Hi Frank, On Mon, 2020-02-24 at 22:35 -0500, Frank Ch. Eigler wrote: > As a part of PR25369, I propose this small set of client api > extensions, requested by gdb developers and needed by personal > experience. (I plan to roll it out on my debuginfod servers shortly > to let it soak.) An end-use

Re: PR25369 rfc: debuginfod client api extension for progressfn prettying etc.

2020-02-24 Thread Simon Marchi
On 2020-02-24 10:35 p.m., Frank Ch. Eigler wrote: > Hi - > > As a part of PR25369, I propose this small set of client api > extensions, requested by gdb developers and needed by personal > experience. (I plan to roll it out on my debuginfod servers shortly > to let it soak.) An end-user visible