Remove vtable_breakpoint_ops

There's no need to have vtable_breakpoint_ops any more, so remove it
in favor of base_breakpoint_ops.
This commit is contained in:
Tom Tromey 2022-01-16 19:16:01 -07:00
parent c47614fef9
commit a0cd5f080b
4 changed files with 34 additions and 67 deletions

View file

@ -305,7 +305,7 @@ bpfinishpy_init (PyObject *self, PyObject *args, PyObject *kwargs)
bp_breakpoint,
0,
AUTO_BOOLEAN_TRUE,
&vtable_breakpoint_ops,
&base_breakpoint_ops,
0, 1, internal_bp, 0);
}
catch (const gdb_exception &except)