diff options
author | Pedro Alves <palves@redhat.com> | 2016-11-08 15:26:45 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-11-08 15:26:45 +0000 |
commit | 3d8b0d9483f6eabc2c1739ac3dd64c30061a6a72 (patch) | |
tree | 49ecee971eec1598978089c9c177648d53637d42 /gdb/ChangeLog | |
parent | b3ced9bad2d8d5eb9ebabc5f8f7c6ab871f63748 (diff) | |
download | fsf-binutils-gdb-3d8b0d9483f6eabc2c1739ac3dd64c30061a6a72.zip fsf-binutils-gdb-3d8b0d9483f6eabc2c1739ac3dd64c30061a6a72.tar.gz fsf-binutils-gdb-3d8b0d9483f6eabc2c1739ac3dd64c30061a6a72.tar.bz2 |
Use ui_file_as_string in gdb/cli/cli-setshow.c
gdb/ChangeLog:
2016-11-08 Pedro Alves <palves@redhat.com>
* cli/cli-setshow.c (do_show_command): Adjust to use
ui_file_as_string and std::string.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 51a1206..ae21b12 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2016-11-08 Pedro Alves <palves@redhat.com> + * cli/cli-setshow.c (do_show_command): Adjust to use + ui_file_as_string and std::string. + +2016-11-08 Pedro Alves <palves@redhat.com> + * remote.c (escape_buffer): Use ui_file_as_string and return std::string. (putpkt_binary, read_frame): Adjust to use std::string. |