diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-05 20:30:35 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-05 20:30:35 +0000 |
commit | aa56c7161b34a22bb49ee424ebd42bafb0e72aa5 (patch) | |
tree | 0905a72350a60cffd3f89939f0a6fcbb86e8e61c /gdb/ChangeLog | |
parent | fa4beb7e8f23ce6812bc3541af52638da8d5d883 (diff) | |
download | gdb-aa56c7161b34a22bb49ee424ebd42bafb0e72aa5.zip gdb-aa56c7161b34a22bb49ee424ebd42bafb0e72aa5.tar.gz gdb-aa56c7161b34a22bb49ee424ebd42bafb0e72aa5.tar.bz2 |
* remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
New functions.
(mips_store_word): Change calling convention to return errors, and
to provide old contents if the caller wants it.
(mips_xfer_memory): Deal with errors from mips_store_word.
* config/mips/tm-idt.h, config/mips/tm-idtl.h: Remove BREAKPOINT
define now that remote-mips.c doesn't use BREAKPOINT.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 10bbb4d..5c1225f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ Sat Feb 5 08:03:41 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint): + New functions. + (mips_store_word): Change calling convention to return errors, and + to provide old contents if the caller wants it. + (mips_xfer_memory): Deal with errors from mips_store_word. + * config/mips/tm-idt.h, config/mips/tm-idtl.h: Remove BREAKPOINT + define now that remote-mips.c doesn't use BREAKPOINT. + + * remote-mips.c (mips_create_inferior): Call warning if arguments + specified, and then execute "set args" command. Call error, not + mips_error, if executable file not specified. + * remote-e7000.c: Replace "snoop" command (e7000_noecho) with remote_debug. |