diff options
author | Andrew Burgess <aburgess@redhat.com> | 2024-05-21 15:39:37 +0100 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2024-07-18 13:24:20 +0100 |
commit | 08a115cc1c45cd74f0e8993d1487528547c84509 (patch) | |
tree | c98c7adf95c6a41df32adb018f470de73673e20f /gdb/csky-tdep.h | |
parent | 3ca6c047a42ecf444cf08ce879ba52e5ba0a9e06 (diff) | |
download | gdb-08a115cc1c45cd74f0e8993d1487528547c84509.zip gdb-08a115cc1c45cd74f0e8993d1487528547c84509.tar.gz gdb-08a115cc1c45cd74f0e8993d1487528547c84509.tar.bz2 |
gdb: add target_fileio_stat, but no implementations yet
In a later commit I want target_fileio_stat, that is a call that
operates on a filename rather than an open file descriptor as
target_fileio_fstat does.
This commit adds the initial framework for target_fileio_stat, I've
added the top level target function and the virtual target_ops methods
in the target_ops base class.
At this point no actual targets override target_ops::fileio_stat, so
any attempts to call this function will return ENOSYS error code.
Diffstat (limited to 'gdb/csky-tdep.h')
0 files changed, 0 insertions, 0 deletions