2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Add Parameter sub-classing description.
This commit is contained in:
parent
02458de2c9
commit
9a6f1302f0
@ -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.
|
||||
|
5
gdb/NEWS
5
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user