diff options
Diffstat (limited to 'gdb/python/py-bpevent.c')
-rw-r--r-- | gdb/python/py-bpevent.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/python/py-bpevent.c b/gdb/python/py-bpevent.c index 138c39f0..8e4afe4 100644 --- a/gdb/python/py-bpevent.c +++ b/gdb/python/py-bpevent.c @@ -21,7 +21,8 @@ static PyTypeObject breakpoint_event_object_type; -/* Create and initialize a BreakpointEvent object. */ +/* Create and initialize a BreakpointEvent object. This acquires new + references to BREAKPOINT_LIST and FIRST_BP. */ PyObject * create_breakpoint_event_object (PyObject *breakpoint_list, PyObject *first_bp) |