Home
last modified time | relevance | path

Searched refs:to_fileio_unlink (Results 1 – 8 of 8) sorted by relevance

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dinf-child.c422 t->to_fileio_unlink = inf_child_fileio_unlink; in inf_child_target()
H A Dtarget.h731 int (*to_fileio_unlink) (const char *filename, int *target_errno); member
H A Dtarget.c3411 if (t->to_fileio_unlink != NULL) in target_fileio_unlink()
3413 int ret = t->to_fileio_unlink (filename, target_errno); in target_fileio_unlink()
H A Dremote.c11399 remote_ops.to_fileio_unlink = remote_hostio_unlink; 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-20158938 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
8949 (struct target_ops) <to_fileio_unlink>: Likewise.
H A DChangeLog-201212589 to_fileio_pread, to_fileio_close, to_fileio_unlink.
H A DChangeLog-201413308 * target.h (struct target_ops) <to_fileio_unlink>: Add argument.