* breakpoint.h (bpstat): New field print_it.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 30 Mar 1993 18:55:20 +0000 (18:55 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 30 Mar 1993 18:55:20 +0000 (18:55 +0000)
commit8af68e4efb282f3ebb8b6714046572f812ae1d92
tree9f54fffee25d7934793d4711a0abebf78eef20c9
parentaf6d4cf50dbcf7ed0c3c6fcbe450cf06594e5895
* breakpoint.h (bpstat): New field print_it.
breakpoint.c (bpstat_print): Use it.
(print_it_normal): New function (from old bpstat_print code).
(bpstat_{alloc,stop_status}): Set print_it field.

* breakpoint.c (bpstat_stop_status): Use catch_errors when
evaluating watchpoint condition, via new function watchpoint_check.
Also stop if watchpoint disabled due to leaving its block.
gdb/ChangeLog
gdb/breakpoint.c