aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2016-08-02 16:52:59 -0600
committerTom Tromey <tom@tromey.com>2016-08-03 08:14:23 -0600
commit8d2a0a14e53945eb260c08752654bd03a240ecf7 (patch)
treec9716b0a392dd6a653fd053c6683047b0e6b4876 /gdb/NEWS
parentf72b08723773bf6e5f4dc86777501c744642da15 (diff)
Update NEWS to mention Python breakpoint events
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index d2186fddb0..4d72027c93 100644
--- 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