Searched refs:rw_common (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | sol-thread.c | 987 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 D | ChangeLog-2000 | 1967 * 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 D | ChangeLog-1997 | 1284 (rw_common, sol_thread_xfer_memory): procfs_xfer_memory will
|
H A D | ChangeLog-2001 | 9583 (rw_common): Likewise.
|