]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* dcache.c: Change default value of remotecache to off. It just
authorStu Grossman <grossman@cygnus>
Mon, 16 Oct 1995 18:25:19 +0000 (18:25 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 16 Oct 1995 18:25:19 +0000 (18:25 +0000)
commit4930f0a7f4f3e9269b1c03d4bd1167198c55f269
treeca2a2dfbf1ddf4e0570dc44036ef7ec342067a67
parentd75c2e0f5e198d8ab59449a8ff8a8f2067ea71f4
* dcache.c:  Change default value of remotecache to off.  It just
screws up too many targets.
* sparcl-stub.c:  Add prototypes to many forward decls.
* Create private copies of strlen, strcpy, and memcpy to prevent
chaos when user steps into them.
* (trap_low handle_exception):  Clean up DSU support code
(hardware breakpoints).  Move lots of stuff from asm-land to
C-land (make it much easier to #ifdef if necessary).  Also, use
trap 255 to get into break mode instead of doing a DSU register
write, which may trash the register.
* (putpacket):  Don't check return value of putDebugChar.  It
returns void...
gdb/ChangeLog
gdb/dcache.c
gdb/sparcl-stub.c