2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
authorPhil Muldoon <pmuldoon@redhat.com>
Mon, 14 Mar 2011 21:45:21 +0000 (21:45 +0000)
committerPhil Muldoon <pmuldoon@redhat.com>
Mon, 14 Mar 2011 21:45:21 +0000 (21:45 +0000)
    * NEWS: Add Python breakpoint 'stop' operation.

gdb/ChangeLog
gdb/NEWS

index 0ae69015dec7c5241fa7d5fc00473ab33fa94c02..ee87b642a5a2ffdfc991bad42c70e244ea37c563 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * NEWS: Add Python breakpoint 'stop' operation.
+
 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
 
        * NEWS: Delete duplicate entry. Fix typo.
index e6fc9f2c2af33ec7c18382ae2fa4c673b3765890..c602fbe0dc37361c683aa72bbbdd4ed460cbe660 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 
 * Python scripting
 
+  ** Breakpoints can now be sub-classed in Python, and in particular
+     you may implement a 'stop' function that is executed each time
+     the inferior reaches that breakpoint.   
+
   ** New function gdb.lookup_global_symbol looks up a global symbol.
 
   ** GDB values in Python are now callable if the value represents a