diff options
author | J.T. Conklin <jtc@redback.com> | 2000-08-18 22:52:23 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@redback.com> | 2000-08-18 22:52:23 +0000 |
commit | ad343a427754692e45f6f39ac4c96e99f8ea900f (patch) | |
tree | 22a1f151b3eae7573a33809ebcae83bfd0187970 /gdb/MAINTAINERS | |
parent | a68db28134a266e0ba35d4c2352adfcc0cc92fa9 (diff) | |
download | gdb-ad343a427754692e45f6f39ac4c96e99f8ea900f.tar.gz |
* 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.
-------------------------------------------------------------------
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 8082b171180..6768a2788fc 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -125,7 +125,7 @@ FreeBSD native & host Mark Kettenis kettenis@gnu.org hurd native Mark Kettenis kettenis@gnu.org macos host & native Stan Shebs shebs@apple.com hpux, hp pa native Jeff Law law@cygnus.com -NetBSD J.T. Conklin jtc@redback.com +NetBSD native & host J.T. Conklin jtc@redback.com SCO/Unixware Nick Duffek nsd@cygnus.com Robert Lipe rjl@sco.com GNU/Linux ARM native Scott Bambrough scottb@netwinder.org @@ -188,6 +188,7 @@ testsuite Stan Shebs shebs@apple.com hp tests (gdb.hp) Jimmy Guo guo@cup.hp.com Java tests (gdb.java) Anthony Green green@cygnus.com Kernel Object Display Fernando Nasser fnasser@cygnus.com +dcache.c J.T. Conklin jtc@redback.com UI: External (user) interfaces. |