OSDN Git Service

2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
authorpmuldoon <pmuldoon>
Tue, 15 Mar 2011 06:45:21 +0000 (06:45 +0000)
committerpmuldoon <pmuldoon>
Tue, 15 Mar 2011 06:45:21 +0000 (06:45 +0000)
    * NEWS: Add Python breakpoint 'stop' operation.

gdb/ChangeLog
gdb/NEWS

index 0ae6901..ee87b64 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2011-03-14  Pierre Muller  <muller@ics.u-strasbg.fr>
index e6fc9f2..c602fbe 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