Use ui_file_as_string in gdb/python/
authorPedro Alves <palves@redhat.com>
Tue, 8 Nov 2016 15:26:45 +0000 (15:26 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 8 Nov 2016 15:26:45 +0000 (15:26 +0000)
commitc92aed165e8af79f51c5165f98f12389bb59a121
tree68b7aecd264ec7bcdc148d5a71c7459a62c03a09
parent02030646c2a799614d31e52008403d8be067ac5d
Use ui_file_as_string in gdb/python/

gdb/ChangeLog:
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.
gdb/ChangeLog
gdb/python/py-arch.c
gdb/python/py-breakpoint.c
gdb/python/py-frame.c
gdb/python/py-type.c
gdb/python/py-unwind.c
gdb/python/py-value.c
This page took 0.024462 seconds and 4 git commands to generate.