Use ui_file_as_string in gdb/python/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 68f8cf0d494e3a6a181c6aabbf9946066374da53..bbd14b24a72e8e502b87a46163782ac713bc1e2f 100644 (file)
@@ -1,3 +1,23 @@
+2016-11-08  Pedro Alves  <palves@redhat.com>
+
+       * python/py-arch.c (archpy_disassemble): Use ui_file_as_string and
+       std::string.
+       * python/py-breakpoint.c (bppy_get_commands): Use
+       ui_file_as_string and std::string.
+       * python/py-frame.c (frapy_str): Likewise.
+       * python/py-type.c (typy_str): Likewise.
+       * python/py-unwind.c (unwind_infopy_str): Likewise.
+       * python/py-value.c (valpy_str): Likewise.
+
+2016-11-08  Pedro Alves  <palves@redhat.com>
+
+       * printcmd.c (eval_command): Use ui_file_as_string and
+       std::string.
+
+2016-11-08  Pedro Alves  <palves@redhat.com>
+
+       * top.c (quit_confirm): Use ui_file_as_string and std::string.
+
 2016-11-08  Pedro Alves  <palves@redhat.com>
 
        * gdbcmd.h (execute_command_to_string): Now returns std::string.
This page took 0.023679 seconds and 4 git commands to generate.