mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
compilation.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
|
||||
compilation.
|
||||
|
||||
2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
MI breakpoint notifications.
|
||||
|
||||
@@ -787,7 +787,7 @@ gdbpy_breakpoint_created (struct breakpoint *bp)
|
||||
breakpoint_object *newbp;
|
||||
PyGILState_STATE state;
|
||||
|
||||
if (num < 0 && bppy_pending_object == NULL)
|
||||
if (bp->number < 0 && bppy_pending_object == NULL)
|
||||
return;
|
||||
|
||||
if (bp->type != bp_breakpoint
|
||||
|
||||
Reference in New Issue
Block a user