Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [doc] Add Python Parameter changes description to NEWS
@ 2011-03-15 16:54 Phil Muldoon
  2011-03-15 18:37 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Muldoon @ 2011-03-15 16:54 UTC (permalink / raw)
  To: gdb-patches


I forgot to add a NEWS item when I updated how GDB Parameters are
implement in Python.  This patch corrects that.  

OK?

Cheers,

Phil

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

	* NEWS: Add Parameter sub-classing description.

--

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.429
diff -u -r1.429 NEWS
--- NEWS	14 Mar 2011 21:45:21 -0000	1.429
+++ NEWS	15 Mar 2011 16:46:08 -0000
@@ -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.   


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [doc] Add Python Parameter changes description to NEWS
  2011-03-15 16:54 [doc] Add Python Parameter changes description to NEWS Phil Muldoon
@ 2011-03-15 18:37 ` Eli Zaretskii
  2011-03-16 13:17   ` Phil Muldoon
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2011-03-15 18:37 UTC (permalink / raw)
  To: pmuldoon; +Cc: gdb-patches

> From: Phil Muldoon <pmuldoon@redhat.com>
> Date: Tue, 15 Mar 2011 16:48:01 +0000
> 
> 
> I forgot to add a NEWS item when I updated how GDB Parameters are
> implement in Python.  This patch corrects that.  
> 
> OK?

Yes, thanks.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [doc] Add Python Parameter changes description to NEWS
  2011-03-15 18:37 ` Eli Zaretskii
@ 2011-03-16 13:17   ` Phil Muldoon
  0 siblings, 0 replies; 3+ messages in thread
From: Phil Muldoon @ 2011-03-16 13:17 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Phil Muldoon <pmuldoon@redhat.com>
>> Date: Tue, 15 Mar 2011 16:48:01 +0000
>> 
>> 
>> I forgot to add a NEWS item when I updated how GDB Parameters are
>> implement in Python.  This patch corrects that.  
>> 
>> OK?
>
> Yes, thanks.

Committed, thanks

Cheers,

Phil


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-16 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-15 16:54 [doc] Add Python Parameter changes description to NEWS Phil Muldoon
2011-03-15 18:37 ` Eli Zaretskii
2011-03-16 13:17   ` Phil Muldoon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox