2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
authorPhil Muldoon <pmuldoon@redhat.com>
Wed, 16 Mar 2011 09:49:44 +0000 (09:49 +0000)
committerPhil Muldoon <pmuldoon@redhat.com>
Wed, 16 Mar 2011 09:49:44 +0000 (09:49 +0000)
* NEWS: Add Parameter sub-classing description.

gdb/ChangeLog
gdb/NEWS

index 67bd507233882a16e4fbc4c76bb9d9c2d6b3d0f6..fa0d69b60b8f5c0748b8dbb5c3cea843affe189a 100644 (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.
index c602fbe0dc37361c683aa72bbbdd4ed460cbe660..e231d5b3e13f273b72fada418e523f720a0969c0 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 
 * 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.