]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
Reimplement "vFile:fstat" without qSupported
authorGary Benson <gbenson@redhat.com>
Wed, 18 Mar 2015 11:19:02 +0000 (11:19 +0000)
committerGary Benson <gbenson@redhat.com>
Wed, 18 Mar 2015 11:19:02 +0000 (11:19 +0000)
commit464b0089f0068838a014a8fa27ea2eef536ebada
treef59a44eb419f46836d9bdbf88cd4a2c488291afd
parentf68f11b76de09dcb0d399814127fbf5227fe8245
Reimplement "vFile:fstat" without qSupported

This commit makes support for the "vFile:fstat" packet be detected
by probing rather than using qSupported, for consistency with the
other vFile: packets.

gdb/ChangeLog:

(remote_protocol_features): Remove the "vFile:fstat" feature.
(remote_hostio_fstat): Probe for "vFile:fstat" support.

gdb/doc/ChangeLog:

* gdb.texinfo (General Query Packets): Remove documentation
for now-removed vFile:fstat qSupported features.

gdb/gdbserver/ChangeLog:

* server.c (handle_query): Do not report vFile:fstat as supported.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/gdbserver/ChangeLog
gdb/gdbserver/server.c
gdb/remote.c