mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-18 15:02:42 +00:00
Add missing newline to py-breakpoint.c
In https://sourceware.org/ml/gdb-patches/2016-07/msg00152.html, Yao noted that a patch of mine was missing a newline. I thought I had fixed this but when looking today I realized it was not fixed. This patch adds it. I'm checking this in as obvious. 2016-07-14 Tom Tromey <tom@tromey.com> * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Add missing newline.
This commit is contained in:
parent
78cc6c2d9a
commit
7f131b3997
@ -1,3 +1,8 @@
|
||||
2016-07-14 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* python/py-breakpoint.c (gdbpy_breakpoint_deleted): Add missing
|
||||
newline.
|
||||
|
||||
2016-07-14 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* mips-tdep.c (micromips_scan_prologue): Remove "frame_addr".
|
||||
|
@ -948,6 +948,7 @@ gdbpy_breakpoint_deleted (struct breakpoint *b)
|
||||
if (!evregpy_no_listeners_p (gdb_py_events.breakpoint_deleted))
|
||||
{
|
||||
PyObject *bp_obj_alias = (PyObject *) bp_obj;
|
||||
|
||||
Py_INCREF (bp_obj_alias);
|
||||
if (evpy_emit_event (bp_obj_alias,
|
||||
gdb_py_events.breakpoint_deleted) < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user