diff options
author | Keith Seitz <keiths@cygnus> | 1998-05-24 21:05:12 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-05-24 21:05:12 +0000 |
commit | 21b3bc779ca64a3b1d39886a74f0304c8dc96368 (patch) | |
tree | 9787fccc250279c4770c3406e0bad5a3d6f83ab0 /gdb/ChangeLog-gdbtk | |
parent | aa81c3ca9905bce9ae34908f82cc81961227a512 (diff) | |
download | gdb-21b3bc779ca64a3b1d39886a74f0304c8dc96368.zip gdb-21b3bc779ca64a3b1d39886a74f0304c8dc96368.tar.gz gdb-21b3bc779ca64a3b1d39886a74f0304c8dc96368.tar.bz2 |
* ser-unix.c (wait_for): Do not reset timeout_remaining for cygwin32 so
that
we can use this member to track real timeouts.
(hardwire_readchar): Modify for cygwin32 so that we only ever use a real
system timeout of one second. Track the "real" timeout as a series of th
ese
one second timeouts.
Call ui_loop_hook to keep the gui alive.
* top.c: Define new hook for cygwin32, "ui_loop_hook".
* gdbtk.c (gdbtk_init): Add ui_loop_hook for CygWin32 to work around
update problems.
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r-- | gdb/ChangeLog-gdbtk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index 1113816..0833e54 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -1,3 +1,17 @@ +Sun May 24 14:00:24 1998 Keith Seitz <keiths@cygnus.com> + + * ser-unix.c (wait_for): Do not reset timeout_remaining for cygwin32 so that + we can use this member to track real timeouts. + (hardwire_readchar): Modify for cygwin32 so that we only ever use a real + system timeout of one second. Track the "real" timeout as a series of these + one second timeouts. + Call ui_loop_hook to keep the gui alive. + + * top.c: Define new hook for cygwin32, "ui_loop_hook". + + * gdbtk.c (gdbtk_init): Add ui_loop_hook for CygWin32 to work around + update problems. + Thu May 21 13:56:24 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * gdbtk.c: reinserted the changes that were accidentally deleted: |