diff options
author | Stu Grossman <grossman@cygnus> | 1995-10-16 18:25:19 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-10-16 18:25:19 +0000 |
commit | 4930f0a7f4f3e9269b1c03d4bd1167198c55f269 (patch) | |
tree | ca2a2dfbf1ddf4e0570dc44036ef7ec342067a67 /gdb/ChangeLog | |
parent | d75c2e0f5e198d8ab59449a8ff8a8f2067ea71f4 (diff) | |
download | gdb-4930f0a7f4f3e9269b1c03d4bd1167198c55f269.zip gdb-4930f0a7f4f3e9269b1c03d4bd1167198c55f269.tar.gz gdb-4930f0a7f4f3e9269b1c03d4bd1167198c55f269.tar.bz2 |
* 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...
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e536f5f..29e03c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,21 @@ Sun Oct 15 16:19:27 1995 Stan Shebs <shebs@andros.cygnus.com> * rs6000-tdep.c: Don't include a.out.h, improve some formatting. +Fri Oct 13 15:27:49 1995 Stu Grossman (grossman@cygnus.com) + + * 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... + Fri Oct 13 14:16:17 1995 steve chamberlain <sac@slash.cygnus.com> * remote-sim.h: Always include callback.h. |