diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2011-03-18 08:44:47 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2011-03-18 08:44:47 +0000 |
commit | 99c3dc11e424a5f6cc9749fabd34f8c0d80cac9f (patch) | |
tree | 19df7ea1eadefc9afc0a06fe63720c751a35b4dd /gdb/ChangeLog | |
parent | c20800befe98654599697c9bae2a69359ef5d0d0 (diff) | |
download | gdb-99c3dc11e424a5f6cc9749fabd34f8c0d80cac9f.zip gdb-99c3dc11e424a5f6cc9749fabd34f8c0d80cac9f.tar.gz gdb-99c3dc11e424a5f6cc9749fabd34f8c0d80cac9f.tar.bz2 |
2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
PR python/12149
* python/python.c (gdbpy_write): Accept a stream argument and
operate to the appropriate stream.
(gdbpy_flush): Likewise.
(_initialize_python): Add stream constants.
(finish_python_initialization): Add GdbOutputErrorFile class.
2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
PR python/12149
* gdb.texinfo (Basic Python): Update gdb.write and flush text.
2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
PR python/12149
* gdb.python/python.exp: Add gdb.write tests.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5fbbf2d..84d2e57 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2011-03-18 Phil Muldoon <pmuldoon@redhat.com> + + PR python/12149 + + * python/python.c (gdbpy_write): Accept a stream argument and + operate to the appropriate stream. + (gdbpy_flush): Likewise. + (_initialize_python): Add stream constants. + (finish_python_initialization): Add GdbOutputErrorFile class. + 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com> * MAINTAINERS: Add myself as a write-after-approval maintainer. |