]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* breakpoint.h (struct bpstat): Remove momentary field.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 9 Apr 1993 03:17:45 +0000 (03:17 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 9 Apr 1993 03:17:45 +0000 (03:17 +0000)
commitcabd4da684520537eb21d0d0af95cf5ba3efff30
tree59b8058f1b38425f8dcb3f12898388602ce57a56
parentdfbfbd9632f30f2f9e7a2993a3dd34c3155c9c6a
* breakpoint.h (struct bpstat): Remove momentary field.
Remove bpstat_momentary_breakpoint.  This was always kludgy
and is no longer used.

* breakpoint.h: Add enum bpstat_what.
breakpoint.h (struct bpstat), breakpoint.c (bpstat_stop_status):
stop and print fields of bpstat now per-breakpoint, not just
one for the whole chain.
breakpoint.{c,h} (bpstat_what): New function.
breakpoint.h: Remove bpstat_stop and bpstat_should_print.
infrun.c: Replace switch (stop_bpstat->breakpoint_at->type)
with call to bpstat_what.
README: Remove watchpoint/breakpoint bug from known bugs.

* breakpoint.h: Prototype bpstat_find_breakpoint.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h