]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbserver: add gdbserver support for vFile::stat packet
authorAndrew Burgess <aburgess@redhat.com>
Tue, 21 May 2024 14:58:41 +0000 (15:58 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 18 Jul 2024 12:24:20 +0000 (13:24 +0100)
commit6d45af96ea53daffea125ffb9ef5f070a159c674
tree74400fe00fed62354db0690bf80fc4343d07e3ce
parent3055e3d2f13bb84db90b9c19d427c362053775d2
gdbserver: add gdbserver support for vFile::stat packet

After the previous two commits, this commit adds support for the
vFile::stat packet to gdbserver.  This is pretty similar to the
handling for vFile::fstat, but instead calls 'lstat'.

There's still no users of target_fileio_stat in GDB, that will come in
a later commit.
gdbserver/hostio.cc