diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-03-30 02:43:50 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-03-30 02:43:50 +0000 |
commit | a2f0cf2f40f0d5e58c04ce19ba18da17c8f4e1a8 (patch) | |
tree | ef556f3f015dc7e82dcc48bfbae4bb133a3c96b5 | |
parent | a706069fdb9f5f49d08bfb83e831020e8ec5b9dd (diff) | |
download | gdb-a2f0cf2f40f0d5e58c04ce19ba18da17c8f4e1a8.zip gdb-a2f0cf2f40f0d5e58c04ce19ba18da17c8f4e1a8.tar.gz gdb-a2f0cf2f40f0d5e58c04ce19ba18da17c8f4e1a8.tar.bz2 |
* remote-e7000.c (why_stop): Add new kinds of strings to expect
from the emulator.
(e7000_wait): Add interpretations for more stop reasons,
including warnings for write protect and cycle address errors.
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5769dfb..53ca0c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed Mar 29 18:30:03 1995 Stan Shebs <shebs@andros.cygnus.com> + + * remote-e7000.c (why_stop): Add new kinds of strings to expect + from the emulator. + (e7000_wait): Add interpretations for more stop reasons, + including warnings for write protect and cycle address errors. + Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com) start-sanitize-gdbtk |