Introduce ui_file_as_string
authorPedro Alves <palves@redhat.com>
Tue, 8 Nov 2016 15:26:43 +0000 (15:26 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 8 Nov 2016 15:26:43 +0000 (15:26 +0000)
commit8de00631b8bd1c328f1916b1fd95bd0d9ff2017e
tree066db27e19c10df5ed993039a210bf9c8ebc1bae
parent4d01a485d29732b19743e8b138897f3509e071b0
Introduce ui_file_as_string

ui_file_as_string is a variant of ui_file_xstrdup that returns a
std::string instead of a xmalloc'ed char *.  The idea is using the new
function to eliminate "make_cleanup (xfree, ...)"  cleanups
throughout.

Following patches will make use of this.

gdb/ChangeLog:
2016-11-08  Pedro Alves  <palves@redhat.com>

* ui-file.c (do_ui_file_as_string, ui_file_as_string): New
functions.
* ui-file.h: Include <string>.
(ui_file_as_string): New declaration.
gdb/ChangeLog
gdb/ui-file.c
gdb/ui-file.h
This page took 0.025775 seconds and 4 git commands to generate.