diff options
author | Felix Lee <flee@cygnus> | 1997-09-10 03:52:48 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-09-10 03:52:48 +0000 |
commit | a1efa0d8804cf5b897321370dcf0ef7b1aa646a5 (patch) | |
tree | 81d80c230fa009eca61e655693bebadd3cb2df13 /sim/sh | |
parent | 008c23e8fc81e1372de0250a106d65b5e9cd2d2a (diff) | |
download | gdb-a1efa0d8804cf5b897321370dcf0ef7b1aa646a5.zip gdb-a1efa0d8804cf5b897321370dcf0ef7b1aa646a5.tar.gz gdb-a1efa0d8804cf5b897321370dcf0ef7b1aa646a5.tar.bz2 |
* interp.c (sim_resume): poll_quit() at least once per call;
otherwise gdb can loop sim_resume() uninterruptably.
Diffstat (limited to 'sim/sh')
-rw-r--r-- | sim/sh/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index e65e2f7..b02b877 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 9 20:52:21 1997 Felix Lee <flee@cygnus.com> + + * interp.c (sim_resume): poll_quit() at least once per call; + otherwise gdb can loop sim_resume() uninterruptably. + Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba> * configure: Regenerated to track ../common/aclocal.m4 changes. |