[RFA] Update NEWS to mention Python breakpoint events

Message ID 1470178441-8269-1-git-send-email-tom@tromey.com
State New, archived
Headers

Commit Message

Tom Tromey Aug. 2, 2016, 10:54 p.m. UTC
  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-02  Tom Tromey  <tom@tromey.com>

	* NEWS: Mention new Python breakpoint events.
---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 3 +++
 2 files changed, 7 insertions(+)
  

Comments

Eli Zaretskii Aug. 3, 2016, 2:40 a.m. UTC | #1
> From: Tom Tromey <tom@tromey.com>
> Cc: Tom Tromey <tom@tromey.com>
> Date: Tue,  2 Aug 2016 16:54:01 -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-02  Tom Tromey  <tom@tromey.com>
> 
> 	* NEWS: Mention new Python breakpoint events.

OK.
  
Tom Tromey Aug. 3, 2016, 2:14 p.m. UTC | #2
>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

>> From: Tom Tromey <tom@tromey.com>
>> Cc: Tom Tromey <tom@tromey.com>
>> Date: Tue,  2 Aug 2016 16:54:01 -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-02  Tom Tromey  <tom@tromey.com>
>> 
>> * NEWS: Mention new Python breakpoint events.

Eli> OK.

Thanks.  I plan to put this on the 7.12 branch as well.

Tom
  

Patch

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7820302..4366689 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@ 
+2016-08-02  Tom Tromey  <tom@tromey.com>
+
+	* NEWS: Mention new Python breakpoint events.
+
 2016-08-01  Joel Brobecker  <brobecker@adacore.com>
 
 	* NEWS: Create a new section for the next release branch.
diff --git a/gdb/NEWS b/gdb/NEWS
index d2186fd..4d72027 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