Convert ordinary breakpoints to vtable ops
authorTom Tromey <tom@tromey.com>
Sat, 15 Jan 2022 22:46:54 +0000 (15:46 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 29 Apr 2022 22:14:31 +0000 (16:14 -0600)
commit7dd8e7ae28cb656651ed12af5b045b55cdeb9df6
tree34455e1dda62c1bf90fafb6ef7bbad12d6d90118
parent5ad71d67aef6b2885fcaf52b9151af6e28e9648a
Convert ordinary breakpoints to vtable ops

This converts "ordinary" breakpoint to use vtable_breakpoint_ops.
Recall that an ordinary breakpoint is both the kind normally created
by users, and also a base class used by other classes.
gdb/ada-lang.c
gdb/breakpoint.c
gdb/breakpoint.h
gdb/mi/mi-cmd-break.c
gdb/python/py-finishbreakpoint.c