aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2024-05-21 15:39:37 +0100
committerAndrew Burgess <aburgess@redhat.com>2024-07-18 13:24:20 +0100
commit08a115cc1c45cd74f0e8993d1487528547c84509 (patch)
treec98c7adf95c6a41df32adb018f470de73673e20f /gdb/NEWS
parent3ca6c047a42ecf444cf08ce879ba52e5ba0a9e06 (diff)
downloadgdb-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/NEWS')
0 files changed, 0 insertions, 0 deletions