2011-03-16 Phil Muldoon <pmuldoon@redhat.com>

* NEWS: Add Parameter sub-classing description.
This commit is contained in:
Phil Muldoon 2011-03-16 09:49:44 +00:00
parent 02458de2c9
commit 9a6f1302f0
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Add Parameter sub-classing description.
2011-03-16 Kai Tietz <ktietz@redhat.com>
* MAINTAINERS: Update my e-mail address.

View File

@ -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.