[PATCH] Reimplement "vFile:fstat" without qSupported

Gary Benson gbenson@redhat.com
Wed Mar 18 11:25:00 GMT 2015


Pedro Alves wrote:
> On 03/17/2015 11:04 AM, Gary Benson wrote:
> > When I implemented the vFile:fstat packet the other week I didn't
> > understand how support for the other vFile packets was negotiated.
> > I implemented it using qSupported to indicate support, which means
> > the vFile:fstat packet is handled differently from all other vFile
> > packets--and for no good reason.
> > 
> > This commit makes support for the vFile:fstat packet be determined
> > by probing rather than using qSupported.  This makes it consistent
> > with all other vFile packets.
> > 
> > Built and regtested on RHEL 6.6 x86_64.
> > 
> > Ok to commit?
> 
> OK.

Thanks Eli, Pedro, this is pushed now.

Cheers,
Gary

-- 
http://gbenson.net/



More information about the Gdb-patches mailing list