mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user