aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-file.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-07-15gdb: style filenames in separate debug file warningsAndrew Burgess1-0/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-28Don't let tee_file own a streamTom Tromey1-4/+4
2022-04-15Return void from gdb_putcTom Tromey1-1/+1
2022-04-05Introduce wrapped_fileTom Tromey1-10/+52
2022-04-04gdb: make timestamped_file implement write_async_safeSimon Marchi1-0/+3
2022-04-04gdb: make timestamped_file implement can_emit_style_escapeSimon Marchi1-0/+3
2022-03-29Unify gdb printf functionsTom Tromey1-1/+1
2022-03-29Change the pager to a ui_fileTom Tromey1-18/+12
2022-03-29Add style-escape methods to ui_fileTom Tromey1-0/+19
2022-03-29Add puts_unfiltered method to ui_fileTom Tromey1-0/+14
2022-03-28Add new timestamped_file classTom Tromey1-0/+24
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess1-0/+8
2022-01-26Add ui_file::wrap_hereTom Tromey1-0/+17
2022-01-26gdb: add string_file::release methodSimon Marchi1-9/+11
2022-01-05Implement putstr and putstrn in ui_fileTom Tromey1-4/+21
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Fix logging redirection bug with pagerTom Tromey1-0/+20
2021-08-11gdb: print backtrace on fatal SIGSEGVAndrew Burgess1-0/+9
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-02-11Remove some ui_file_* functionsTom Tromey1-14/+0
2020-02-07Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw1-0/+2
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-06-14Do not emit style escape sequences to log fileTom Tromey1-0/+16
2019-05-17Change file close behavior for tee_fileAlan Hayward1-9/+6
2019-04-27Have 'thread|frame apply' style their output.Philippe Waroquiers1-1/+27
2019-03-09Support styling on native MS-Windows consoleEli Zaretskii1-0/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Introduce ui_file_styleTom Tromey1-0/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-95/+201
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Introduce ui_file_as_stringPedro Alves1-0/+6
2016-06-21Make out and error streams be per UIPedro Alves1-2/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12introduce ui_file_write_for_putTom Tromey1-0/+6
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-08-28gdb/Yao Qi1-0/+4
2013-05-14 * ui-file.c (gdb_fopen): Make arguments const.Tom Tromey1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-22 * ui-file.h (tee_file_new): Add extern modifier in header declaration.Pierre Muller1-4/+4
2012-12-182012-12-18 Hui Zhu <hui_zhu@mentor.com>Hui Zhu1-0/+7
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-05-13 * linux-nat.c (debug_linux_nat_async): Delete.Doug Evans1-0/+14
2011-02-272011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-01-122011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder1-10/+10