diff options
author | Tom Tromey <tom@tromey.com> | 2016-08-02 16:52:59 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2016-08-03 08:16:52 -0600 |
commit | 10bb85f1e551930724e87e636659b36500f44a0c (patch) | |
tree | 0db2e5fb11766f63b1147af3a25521ddbfc2da3b /gdb/NEWS | |
parent | 72f40706ca2f31cbafa6c726a9a2134c471e64f9 (diff) | |
download | gdb-10bb85f1e551930724e87e636659b36500f44a0c.zip gdb-10bb85f1e551930724e87e636659b36500f44a0c.tar.gz gdb-10bb85f1e551930724e87e636659b36500f44a0c.tar.bz2 |
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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -92,6 +92,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 |