Lines Matching refs:dcache
1615 * config/i960/vxworks960.mt (REMOTE_O): add dcache.o and remote-utils.o
2076 intended only for VxWorks. Remove dcache.o from TDEPFILES now
2326 (dcache.o): new rule.
2334 * remote-bug.c: include remote-utils.h rather than dcache.h.
2514 * dcache.c: Cast return value from xmalloc.
2569 * remote.c: Add comment explaining why dcache is disabled.
2646 Break dcache code out of remote.c.
2647 * dcache.h: white space changes only.
2648 * dcache.c: add user settable variable to set whether data caching
2650 * remote.c: include dcache.h. removed data caching code which is
2651 now in dcache.c. Compile in data caching again. (data caching
2656 * Makefile.in (REMOTE_O): add dcache.o.
2657 * config/m88k/m88k.mt (TDEPFILES): removed dcache.o.
2659 Break dcache code out of remote-nindy.c.
2660 * remote-nindy.c: removed dcache code. Changed callers to use new
2661 conventions. include dcache.h.
2663 * config/i960/nindy960.mt (TDEPFILES): added dcache.o.
2665 Break dcache code out of remote-bug.c into dcache.[hc].
2668 (ALLDEPFILES): added dcache.c.
2669 (dcache.o): new rule.
2671 * remote-bug.c: include dcache.h. remove externs for insque and
2673 bug_clear_breakpoints, bug_write_cr. dcache code moved to
2674 dcache.[hc]. Changed dcache calling convention to include an
2679 * dcache.[ch]: new files.
2680 * config/m88k/m88k.mt (TDEPFILES): add dcache.o.