From 9a6f1302f0f4e4d12ce8fb7197d4905480eeecaa Mon Sep 17 00:00:00 2001 From: Phil Muldoon Date: Wed, 16 Mar 2011 09:49:44 +0000 Subject: [PATCH] 2011-03-16 Phil Muldoon * NEWS: Add Parameter sub-classing description. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 67bd5072338..fa0d69b60b8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-03-16 Phil Muldoon + + * NEWS: Add Parameter sub-classing description. + 2011-03-16 Kai Tietz * MAINTAINERS: Update my e-mail address. diff --git a/gdb/NEWS b/gdb/NEWS index c602fbe0dc3..e231d5b3e13 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -38,6 +38,11 @@ * Python scripting + ** Parameters can now be be sub-classed in Python, and in particular + you may implement the get_set_doc and get_show_doc functions. + This improves how Parameter set/show documentation is processed + and allows for more dynamic content. + ** 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. -- 2.30.2