From 350c6c651963f38bbc01be73bd190957052f1ca4 Mon Sep 17 00:00:00 2001 From: Phil Muldoon Date: Mon, 14 Mar 2011 21:45:21 +0000 Subject: [PATCH] 2011-03-14 Phil Muldoon * NEWS: Add Python breakpoint 'stop' operation. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0ae69015dec..ee87b642a5a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-03-14 Phil Muldoon + + * NEWS: Add Python breakpoint 'stop' operation. + 2011-03-14 Phil Muldoon * NEWS: Delete duplicate entry. Fix typo. diff --git a/gdb/NEWS b/gdb/NEWS index e6fc9f2c2af..c602fbe0dc3 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 -- 2.30.2