diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-23 03:00:04 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-23 03:00:04 +0000 |
commit | d084c93fe2440a94162453365de3164730aa2e2e (patch) | |
tree | f76fe0c686c8c6147ef15ae527ae367e29ac3701 | |
parent | 0a2e98a99e49311bf57edd4d2476b05c0ba8fcde (diff) | |
download | gdb-d084c93fe2440a94162453365de3164730aa2e2e.zip gdb-d084c93fe2440a94162453365de3164730aa2e2e.tar.gz gdb-d084c93fe2440a94162453365de3164730aa2e2e.tar.bz2 |
* 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.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0dd9c4f..23d4770 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. |