This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Reimplement "vFile:fstat" without qSupported


On 03/17/2015 11:04 AM, Gary Benson wrote:
> Hi all,
> 
> 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,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]