OSDN Git Service

* monitor.c (monitor_open): If a dcache has already been created,
authorjtc <jtc>
Thu, 10 Aug 2000 18:54:27 +0000 (18:54 +0000)
committerjtc <jtc>
Thu, 10 Aug 2000 18:54:27 +0000 (18:54 +0000)
commitd64ad5eb580177d2e028b0a96456d54518eb7e95
tree3c1aec0c8cd3f1968fcc31aacdf6994c3f71772b
parent14f1cdd7f33044b646fe679361445ab21a60229f
* monitor.c (monitor_open): If a dcache has already been created,
invalidate it rather than creating another.
* ocd.c (ocd_open): Likewise.
* remote-nindy.c (nindy_open): Likewise.
* remote-sds.c (sds_open): Likewise.
* remote-utils.c (gr_open): Likewise.
* remote.c (remote_open_1, remote_cisco_open): Likewise.

* dcache.c (dcache_alloc): Changed to take address of line as an
argument, and to invalidate cache line before returning.
(dcache_peek_byte): Updated.
(dcache_poke_byte): Updated.
-------------------------------------------------------------------
gdb/ChangeLog
gdb/dcache.c
gdb/monitor.c
gdb/ocd.c
gdb/remote-nindy.c
gdb/remote-sds.c
gdb/remote-utils.c
gdb/remote.c