Home
last modified time | relevance | path

Searched refs:rw_common (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsol-thread.c987 rw_common (int dowrite, const struct ps_prochandle *ph, gdb_ps_addr_t addr, in rw_common() function
1063 return rw_common (0, ph, addr, buf, size); in ps_pdread()
1072 return rw_common (1, ph, addr, (char *) buf, size); in ps_pdwrite()
1081 return rw_common (0, ph, addr, buf, size); in ps_ptread()
1090 return rw_common (1, ph, addr, (char *) buf, size); in ps_ptwrite()
H A DChangeLog-20001967 * sol-thread.c (rw_common, ps_pdmodel): Likewise.
1989 (rw_common): For debugging of 32-bit apps on a 64-bit host,
4025 * sol-thread.c (rw_common): Circumstances (eg. a bug in Sun's
5751 rw_common): Change argument type from psaddr_t to gdb_ps_addr_t.
6333 (rw_common): Ditto.
H A DChangeLog-19971284 (rw_common, sol_thread_xfer_memory): procfs_xfer_memory will
H A DChangeLog-20019583 (rw_common): Likewise.