OSDN Git Service

2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
authorpmuldoon <pmuldoon>
Tue, 22 Mar 2011 10:04:22 +0000 (10:04 +0000)
committerpmuldoon <pmuldoon>
Tue, 22 Mar 2011 10:04:22 +0000 (10:04 +0000)
* NEWS: Document gdb.Write stream keyword.

gdb/ChangeLog
gdb/NEWS

index f167e6c..9e4c43a 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * NEWS: Document gdb.Write stream keyword.
+
 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Revert:
index feebf61..2288497 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 
 * Python scripting
 
+  ** The function gdb.Write now accepts an optional keyword 'stream'.
+     This keyword, when provided, will direct the output to either
+     stdout, stderr, or GDB's logging output.
+
   ** 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