commit | 7dd8e7ae28cb656651ed12af5b045b55cdeb9df6 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Jan 15 15:46:54 2022 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Apr 29 16:14:31 2022 -0600 |
tree | 34455e1dda62c1bf90fafb6ef7bbad12d6d90118 | |
parent | 5ad71d67aef6b2885fcaf52b9151af6e28e9648a [diff] |
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.