This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/gdb-7.12-branch] Update NEWS to mention Python breakpoint events


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=10bb85f1e551930724e87e636659b36500f44a0c

commit 10bb85f1e551930724e87e636659b36500f44a0c
Author: Tom Tromey <tom@tromey.com>
Date:   Tue Aug 2 16:52:59 2016 -0600

    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.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c85eb16..b97f05d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-03  Tom Tromey  <tom@tromey.com>
+
+	* NEWS: Mention new Python breakpoint events.
+
 2016-08-01  Joel Brobecker  <brobecker@adacore.com>
 
 	* version.in: Set GDB version number to 7.11.90.DATE-git.
diff --git a/gdb/NEWS b/gdb/NEWS
index 54bab51..0bc8383 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]