diff options
author | Keith Seitz <keiths@cygnus> | 1998-10-02 19:54:42 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-10-02 19:54:42 +0000 |
commit | 80baea8aa50ef29bc831090f11eadff1b4d9a4fb (patch) | |
tree | c01d50b985d7ba68ecd51c4553c48c798bc2c9e2 /gdb | |
parent | 47b8a5cef34de4d637105307711aea07e0533920 (diff) | |
download | gdb-80baea8aa50ef29bc831090f11eadff1b4d9a4fb.zip gdb-80baea8aa50ef29bc831090f11eadff1b4d9a4fb.tar.gz gdb-80baea8aa50ef29bc831090f11eadff1b4d9a4fb.tar.bz2 |
* remote.c (remote_interrupt): Rewrite to use remote_stop.
(remote_interrupt_twice): Remove. remote_stop now handles it.
(remote_stop): New function which handles interrupting the
remote target so that CLUI and GUI use the same core functions
to achieve the same goal.
(remote_wait): Change to handle remote_stop properly.
[interrupted_already]: New static global to help remote_stop.
[remote_ops, extended_remote_ops]: Add remote_stop for to_stop member.
* target.c: Rename static function "ignore" to "target_ignore" and
export it so that gdb can determin if some target vector member is
actually not defined. Replace all occurances of ignore.
* target.h: Export target_ignore.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b63a158..3a13437 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,20 @@ +1998-10-02 Keith Seitz <keiths@cygnus.com> + + * remote.c (remote_interrupt): Rewrite to use remote_stop. + (remote_interrupt_twice): Remove. remote_stop now handles it. + (remote_stop): New function which handles interrupting the + remote target so that CLUI and GUI use the same core functions + to achieve the same goal. + (remote_wait): Change to handle remote_stop properly. + [interrupted_already]: New static global to help remote_stop. + [remote_ops, extended_remote_ops]: Add remote_stop for to_stop member. + + * target.c: Rename static function "ignore" to "target_ignore" and + export it so that gdb can determin if some target vector member is + actually not defined. Replace all occurances of ignore. + + * target.h: Export target_ignore. + Fri Oct 2 03:51:48 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> * target.c (target_xfer_memory): Handle requests with zero |