diff options
Diffstat (limited to 'gdb/python/py-breakpoint.c')
-rw-r--r-- | gdb/python/py-breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-breakpoint.c b/gdb/python/py-breakpoint.c index 3fbb1c6..9650bd0 100644 --- a/gdb/python/py-breakpoint.c +++ b/gdb/python/py-breakpoint.c @@ -835,7 +835,7 @@ bppy_init (PyObject *self, PyObject *args, PyObject *kwargs) breakpoint_ops_for_event_location (location.get (), false); create_breakpoint (python_gdbarch, - location.get (), NULL, -1, NULL, + location.get (), NULL, -1, NULL, false, 0, temporary_bp, type, 0, |