aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPhil Muldoon <pmuldoon@redhat.com>2011-03-22 10:04:23 +0000
committerPhil Muldoon <pmuldoon@redhat.com>2011-03-22 10:04:23 +0000
commitda5d4055636ade8701e93544b7b1120bf7afedca (patch)
treeb49f4e14de870a6ee07865940a09ae5615d3a7fc /gdb/NEWS
parent29e0eb9c87964d7f1f2fa9c0f000b79aefbc7baf (diff)
downloadgdb-da5d4055636ade8701e93544b7b1120bf7afedca.zip
gdb-da5d4055636ade8701e93544b7b1120bf7afedca.tar.gz
gdb-da5d4055636ade8701e93544b7b1120bf7afedca.tar.bz2
2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Document gdb.Write stream keyword.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index feebf61..2288497 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -38,6 +38,10 @@
* 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