* infrun.c (wait_for_inferior): Move call to flush_cached_frames
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 23 Apr 1994 03:00:04 +0000 (03:00 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 23 Apr 1994 03:00:04 +0000 (03:00 +0000)
to after call to target_wait.  This means that flush_cached_frames
can call target_terminal_ours if it wants to.
* infrun.c (wait_for_inferior) [HAVE_NONSTEPPABLE_WATCHPOINT]: Add
comment about why the code is dubious.

gdb/ChangeLog

index 0dd9c4f0f633c6166bf7440cfa2de538c0d99469..23d4770ff27d7a415b3308c68b54da1b6afd495c 100644 (file)
@@ -1,5 +1,11 @@
 Fri Apr 22 16:43:54 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * infrun.c (wait_for_inferior): Move call to flush_cached_frames
+       to after call to target_wait.  This means that flush_cached_frames
+       can call target_terminal_ours if it wants to.
+       * infrun.c (wait_for_inferior) [HAVE_NONSTEPPABLE_WATCHPOINT]: Add
+       comment about why the code is dubious.
+
        * stabsread.c (read_type): Call read_type, not nonexistent
        os9k_read_type.