-
- Downloads
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.
Showing
- gdb/ChangeLog 11 additions, 0 deletionsgdb/ChangeLog
- gdb/python/py-arch.c 5 additions, 5 deletionsgdb/python/py-arch.c
- gdb/python/py-breakpoint.c 3 additions, 5 deletionsgdb/python/py-breakpoint.c
- gdb/python/py-frame.c 2 additions, 6 deletionsgdb/python/py-frame.c
- gdb/python/py-type.c 4 additions, 6 deletionsgdb/python/py-type.c
- gdb/python/py-unwind.c 2 additions, 5 deletionsgdb/python/py-unwind.c
- gdb/python/py-value.c 3 additions, 4 deletionsgdb/python/py-value.c
Loading
Please register or sign in to comment