commit | 6d45af96ea53daffea125ffb9ef5f070a159c674 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Tue May 21 15:58:41 2024 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Thu Jul 18 13:24:20 2024 +0100 |
tree | 74400fe00fed62354db0690bf80fc4343d07e3ce | |
parent | 3055e3d2f13bb84db90b9c19d427c362053775d2 [diff] |
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.