summaryrefslogtreecommitdiff
path: root/gdb/ui-file.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-11-28Don't let tee_file own a streamTom Tromey
2022-04-15Return void from gdb_putcTom Tromey
2022-03-29Unify gdb putc functionsTom Tromey
2022-03-29Unify vprintf functionsTom Tromey
2022-03-29Change the pager to a ui_fileTom Tromey
2022-03-29Add style-escape methods to ui_fileTom Tromey
2022-03-28Add new timestamped_file classTom Tromey
2022-01-26Remove global wrap_here functionTom Tromey
2022-01-26Add ui_file::wrap_hereTom Tromey
2022-01-18Move gdb obstack code to gdbsupportTom Tromey
2022-01-05Implement putstr and putstrn in ui_fileTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey
2020-02-11Remove some ui_file_* functionsTom Tromey
2020-02-07Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw
2020-01-03Ensure GDB warnings are styled.Philippe Waroquiers
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-09-18gdb: remove local extern declaration of cli_stylingSimon Marchi
2019-07-09Rename common to gdbsupportTom Tromey
2019-06-14Do not emit style escape sequences to log fileTom Tromey
2019-05-17Change file close behavior for tee_fileAlan Hayward
2019-04-27Have 'thread|frame apply' style their output.Philippe Waroquiers
2019-03-09Support styling on native MS-Windows consoleEli Zaretskii
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-04-07Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-08-03Introduce and use gdb_file_upTom Tromey
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Introduce ui_file_as_stringPedro Alves
2016-06-21Make out and error streams be per UIPedro Alves
2016-04-12Introduce interruptible_selectPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12introduce ui_file_write_for_putTom Tromey
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-01-13replace XMALLOC with XNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-08-28gdb/Yao Qi
2013-05-14 * ui-file.c (gdb_fopen): Make arguments const.Tom Tromey