* 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.
This commit is contained in:
Jim Kingdon 1994-04-23 03:00:04 +00:00
parent 0a2e98a99e
commit d084c93fe2
1 changed files with 6 additions and 0 deletions

View 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.