aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Muldoon <pmuldoon@redhat.com>2011-03-14 21:45:21 +0000
committerPhil Muldoon <pmuldoon@redhat.com>2011-03-14 21:45:21 +0000
commit350c6c651963f38bbc01be73bd190957052f1ca4 (patch)
tree746843b22f9c6317560cc6b926d204a3b16f46c2
parent348af9f72ce02cab863c5579ea458a9a13e1df21 (diff)
downloadfsf-binutils-gdb-350c6c651963f38bbc01be73bd190957052f1ca4.zip
fsf-binutils-gdb-350c6c651963f38bbc01be73bd190957052f1ca4.tar.gz
fsf-binutils-gdb-350c6c651963f38bbc01be73bd190957052f1ca4.tar.bz2
2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Add Python breakpoint 'stop' operation.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0ae6901..ee87b64 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>
diff --git a/gdb/NEWS b/gdb/NEWS
index e6fc9f2..c602fbe 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -38,6 +38,10 @@
* 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