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

gdb/ChangeLog
gdb/NEWS

index f167e6c576183a07973c7a2a0d5fa3a0747f3527..9e4c43af7800fc951a490d09a21347f54cc66574 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 feebf61f2705b71723eec8c754415e9078b7d5a0..2288497d6321e2d6b4030c2640ca6c9e4dc750a3 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
This page took 0.029991 seconds and 4 git commands to generate.