| Index: gdb/python/py-breakpoint.c
|
| diff --git a/gdb/python/py-breakpoint.c b/gdb/python/py-breakpoint.c
|
| index 0c84d03b0a37fbd72e6d743606956600ce2b1835..89ace99f25f63203564a3619b65beca8762a6b46 100644
|
| --- a/gdb/python/py-breakpoint.c
|
| +++ b/gdb/python/py-breakpoint.c
|
| @@ -21,6 +21,7 @@
|
| #include "value.h"
|
| #include "exceptions.h"
|
| #include "python-internal.h"
|
| +#include "python.h"
|
| #include "charset.h"
|
| #include "breakpoint.h"
|
| #include "gdbcmd.h"
|
| @@ -621,7 +622,7 @@ bppy_init (PyObject *self, PyObject *args, PyObject *kwargs)
|
| case bp_breakpoint:
|
| {
|
| create_breakpoint (python_gdbarch,
|
| - copy, NULL, -1,
|
| + copy, NULL, -1, NULL,
|
| 0,
|
| 0, bp_breakpoint,
|
| 0,
|
|
|