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:
parent
c47614fef9
commit
a0cd5f080b
4 changed files with 34 additions and 67 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue