Home
last modified time | relevance | path

Searched refs:to_fileio_close (Results 1 – 7 of 7) sorted by relevance

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dinf-child.c421 t->to_fileio_close = inf_child_fileio_close; in inf_child_target()
H A Dtarget.h727 int (*to_fileio_close) (int fd, int *target_errno); member
H A Dtarget.c3386 if (t->to_fileio_close != NULL) in target_fileio_close()
3388 int ret = t->to_fileio_close (fd, target_errno); in target_fileio_close()
H A Dremote.c11398 remote_ops.to_fileio_close = remote_hostio_close; in init_remote_ops()
H A DChangeLog-201212591 to_fileio_pread, to_fileio_close, to_fileio_unlink.
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-201212589 to_fileio_pread, to_fileio_close, to_fileio_unlink.
H A DChangeLog-201413316 * target.h (struct target_ops) <to_fileio_close>: Add argument.