diff options
author | Mark Alexander <marka@cygnus> | 1997-02-27 21:45:29 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1997-02-27 21:45:29 +0000 |
commit | 266454ca500c75b29f409c1e7d19ce6165f1bca1 (patch) | |
tree | 3fbaf1b55c3c6fe2e2ab71bada57c3e9b0c5fc12 /gdb/ChangeLog | |
parent | aeae2146e34ad679e3fdf49f39c53c1ca93b2f6d (diff) | |
download | binutils-266454ca500c75b29f409c1e7d19ce6165f1bca1.zip binutils-266454ca500c75b29f409c1e7d19ce6165f1bca1.tar.gz binutils-266454ca500c75b29f409c1e7d19ce6165f1bca1.tar.bz2 |
* remote-mips.c: Remove form feeds (^L) from source.
(mips_initialize): LSI PMON doesn't support 'set regsize' command.
(pmon_wait): Don't need to exit and re-enter debug mode on LSI
PMON after a continue; it causes target program misbehavior.
(mips_fetch_register): Don't fetch unsupported registers; this
cuts down on wasted serial traffic.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c625e08..0161c6d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Thu Feb 27 12:04:24 1997 Mark Alexander <marka@cygnus.com> + + * remote-mips.c: Remove form feeds (^L) from source. + (mips_initialize): LSI PMON doesn't support 'set regsize' command. + (pmon_wait): Don't need to exit and re-enter debug mode on LSI + PMON after a continue; it causes target program misbehavior. + (mips_fetch_register): Don't fetch unsupported registers; this + cuts down on wasted serial traffic. + Thu Feb 27 09:38:16 1997 Stu Grossman (grossman@critters.cygnus.com) * configure.in configure (HPUX/OSF thread support): Enable this |