diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2011-03-16 09:49:44 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2011-03-16 09:49:44 +0000 |
commit | 9a6f1302f0f4e4d12ce8fb7197d4905480eeecaa (patch) | |
tree | c6538e1be125e6ab704889db6b18d7393e25d780 /gdb/NEWS | |
parent | 02458de2c96369f3a78b8077663e44f693f4a19f (diff) | |
download | gdb-9a6f1302f0f4e4d12ce8fb7197d4905480eeecaa.zip gdb-9a6f1302f0f4e4d12ce8fb7197d4905480eeecaa.tar.gz gdb-9a6f1302f0f4e4d12ce8fb7197d4905480eeecaa.tar.bz2 |
2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Add Parameter sub-classing description.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |