Home
last modified time | relevance | path

Searched refs:remote_read_bytes (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c593 retlength = remote_read_bytes (ptrval, pathname, length); in remote_fileio_func_open()
812 retlength = remote_read_bytes (ptrval, buffer, length); in remote_fileio_func_write()
918 retlength = remote_read_bytes (ptrval, oldpath, length); in remote_fileio_func_rename()
932 retlength = remote_read_bytes (ptrval, newpath, length); in remote_fileio_func_rename()
1009 retlength = remote_read_bytes (ptrval, pathname, length); in remote_fileio_func_unlink()
1051 retlength = remote_read_bytes (ptrval, pathname, length); in remote_fileio_func_stat()
1262 retlength = remote_read_bytes (ptrval, cmdline, length); in remote_fileio_func_system()
H A Dremote.h59 extern int remote_read_bytes (CORE_ADDR memaddr, char *myaddr, int len);
H A Dwince.c709 remote_read_bytes (CORE_ADDR memaddr, char *myaddr, int len) in remote_read_bytes() function
1806 res = remote_read_bytes (memaddr, our, len); in child_xfer_memory()
H A Dremote.c3726 remote_read_bytes (CORE_ADDR memaddr, char *myaddr, int len) in remote_read_bytes() function
3813 res = remote_read_bytes (targ_addr, buffer, targ_len); in remote_xfer_memory()
H A DChangeLog-19972043 * (remote_write_bytes remote_read_bytes): Fix max packet size
2051 * (remote_fetch_registers remote_write_bytes remote_read_bytes):
H A DChangeLog-19963535 * remote-pa.c (remote_write_bytes, remote_read_bytes): Change
4588 * remote.c (remote_read_bytes): Advance memaddr for transfers,
4960 * remote.c (remote_read_bytes): Fix aborts on larger packets.
H A DChangeLog-1999624 remote_read_bytes, remote_send, remote_detach,
1277 (remote_fetch_registers, remote_write_bytes, remote_read_bytes,
5746 remote_read_bytes, remote_search, putpkt_binary, putpkt_binary,
H A DChangeLog-20001056 remote_read_bytes() instead of dcache_xfer_memory().
1061 remote_read_bytes() instead of dcache_xfer_memory().
H A DChangeLog-19952316 * remote.c (remote_read_bytes, remote_write_bytes): Second arg
H A DChangeLog-20037652 * remote.c (remote_write_bytes, remote_read_bytes): Remove
7657 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
H A DChangeLog-19943853 (remote_write_bytes, remote_read_bytes): Use %lx, not %x, to print
H A DChangeLog-19984634 (remote_write_bytes, remote_read_bytes): Use hexnumstr to
H A DChangeLog-20015684 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
H A DChangeLog-19932653 (remote_read_bytes, remote_write_bytes): change second arg to
H A DChangeLog-20026350 * remote.c (remote_read_bytes): Fix check for error.