diff options
author | Tom Tromey <tromey@redhat.com> | 2014-12-12 22:12:12 +0100 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2014-12-12 22:12:12 +0100 |
commit | de571fc5fbd89d21436119ca2cd9dce1375bdcb3 (patch) | |
tree | 49f49c8013617b93c78f879040f470741c130d7a /gdb/ChangeLog | |
parent | 6dddd6a5747532ef6e9703432c51680011df4e8d (diff) | |
download | gdb-de571fc5fbd89d21436119ca2cd9dce1375bdcb3.zip gdb-de571fc5fbd89d21436119ca2cd9dce1375bdcb3.tar.gz gdb-de571fc5fbd89d21436119ca2cd9dce1375bdcb3.tar.bz2 |
introduce ui_file_write_for_put
This introduces a small helper function, ui_file_write_for_put. It is
a wrapper for ui_write that is suitable for passing directly to
ui_file_put.
This patch also updates one existing spot to use this new function.
gdb/ChangeLog
2014-12-12 Tom Tromey <tromey@redhat.com>
* ui-file.h (ui_file_write_for_put): Declare.
* ui-file.c (ui_file_write_for_put): New function.
* mi/mi-out.c (do_write): Remove.
(mi_out_put): Use ui_file_write_for_put.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 70d4629..56ebab0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2014-12-12 Tom Tromey <tromey@redhat.com> + + * ui-file.h (ui_file_write_for_put): Declare. + * ui-file.c (ui_file_write_for_put): New function. + * mi/mi-out.c (do_write): Remove. + (mi_out_put): Use ui_file_write_for_put. + 2014-12-12 Doug Evans <dje@google.com> * NEWS: Mention gdb.lookup_objfile. |