Update NEWS to mention Python breakpoint events
authorTom Tromey <tom@tromey.com>
Tue, 2 Aug 2016 22:52:59 +0000 (16:52 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 3 Aug 2016 14:14:23 +0000 (08:14 -0600)
An earlier patch added three new breakpoint-related events to the
Python API.  However, at that time, I forgot to update NEWS.  This
patch supplies the missing entry.

2016-08-03  Tom Tromey  <tom@tromey.com>

* NEWS: Mention new Python breakpoint events.

gdb/ChangeLog
gdb/NEWS

index 2d4c35fbfb6ae3c92bdfad23d01146828c055442..6b2fb9c55695718ffbfc8fc1b0affa9845455f3f 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-03  Tom Tromey  <tom@tromey.com>
+
+       * NEWS: Mention new Python breakpoint events.
+
 2016-08-02  Tom Tromey  <tom@tromey.com>
 
        * MAINTAINERS (Core): Add self as Rust maintainer.
index d2186fddb057122fb7e387f548e62d95cea33cac..4d72027c93e79c1431b421f230d1ed6837d8113a 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -94,6 +94,9 @@ new-ui INTERP TTY
 
   ** gdb.Breakpoint objects have a new attribute "pending", which
      indicates whether the breakpoint is pending.
+  ** Three new breakpoint-related events have been added:
+     gdb.breakpoint_created, gdb.breakpoint_modified, and
+     gdb.breakpoint_deleted.
 
 signal-event EVENTID
   Signal ("set") the given MS-Windows event object.  This is used in
This page took 0.029553 seconds and 4 git commands to generate.