* MAINTAINERS: Add myself as dcache.c maintainer.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 18 Aug 2000 22:52:23 +0000 (22:52 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 18 Aug 2000 22:52:23 +0000 (22:52 +0000)
commite99586d56aa63911e842a974bd8eb7ed20da7af0
treea238bf79710b18dfe2b5a0e9927666591f7d8134
parent3f0845370f8c14bfd7c196a2d9c2451c2789e355
* MAINTAINERS: Add myself as dcache.c maintainer.

* remote-nindy.c (nindy_load): Invalidate dcache.

* dcache.c (dcache_invd): Renamed from dcache_flush.  The term
flush with respect to caches usually implies that data will be
written to memory.
(dcache_init, dcache_xfer_memory): Updated.
* monitor.c (flush_monitor_dcache, monitor_resume, monitor_load):
Updated.
* ocd.c (ocd_open, ocd_resume, bdm_reset_command): Updated.
* remote-bug.c (bug_load, bug_resume): Updated.
* remote-nindy.c (nindy_open, nindy_resume): Updated.
* remote-sds.c (sds_open, sds_resume): Updated.
* remote-utils.c (gr_open): Updated.
* remote.c (remote_open_1, remote_resume, remote_async_resume,
remote_cisco_open): Updated.
* wince.c (child_create_inferior, child_resume): Updated.

* monitor.c (monitor_open): Free dcache before creating a new one.
* dcache.c (dcache_free): New function.
* dcache.h (dcache_free): New prototype.
-------------------------------------------------------------------
12 files changed:
gdb/ChangeLog
gdb/MAINTAINERS
gdb/dcache.c
gdb/dcache.h
gdb/monitor.c
gdb/ocd.c
gdb/remote-bug.c
gdb/remote-nindy.c
gdb/remote-sds.c
gdb/remote-utils.c
gdb/remote.c
gdb/wince.c
This page took 0.035745 seconds and 4 git commands to generate.