summaryrefslogtreecommitdiff
path: root/gdb/ui-file.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Don't let tee_file own a streamTom Tromey2022-11-281-2/+2
* Return void from gdb_putcTom Tromey2022-04-151-2/+1
* Unify gdb putc functionsTom Tromey2022-03-291-1/+3
* Unify vprintf functionsTom Tromey2022-03-291-1/+1
* Change the pager to a ui_fileTom Tromey2022-03-291-5/+5
* Add style-escape methods to ui_fileTom Tromey2022-03-291-0/+24
* Add new timestamped_file classTom Tromey2022-03-281-0/+29
* Remove global wrap_here functionTom Tromey2022-01-261-6/+0
* Add ui_file::wrap_hereTom Tromey2022-01-261-0/+6
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Implement putstr and putstrn in ui_fileTom Tromey2022-01-051-3/+66
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Move gdb_select.h to gdbsupport/Tom Tromey2020-04-131-1/+1
* Remove some ui_file_* functionsTom Tromey2020-02-111-43/+2
* Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw2020-02-071-1/+1
* Make gdb_flush also flush the wrap bufferIain Buclaw2020-02-071-3/+3
* Ensure GDB warnings are styled.Philippe Waroquiers2020-01-031-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: remove local extern declaration of cli_stylingSimon Marchi2019-09-181-2/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Do not emit style escape sequences to log fileTom Tromey2019-06-141-0/+32
* Change file close behavior for tee_fileAlan Hayward2019-05-171-9/+2
* Have 'thread|frame apply' style their output.Philippe Waroquiers2019-04-271-0/+71
* Support styling on native MS-Windows consoleEli Zaretskii2019-03-091-0/+6
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi2018-04-071-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Introduce and use gdb_file_upTom Tromey2017-08-031-2/+2
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-664/+138
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Introduce ui_file_as_stringPedro Alves2016-11-081-0/+22
* Make out and error streams be per UIPedro Alves2016-06-211-2/+2
* Introduce interruptible_selectPedro Alves2016-04-121-4/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-19/+19
* Add casts to memory allocation related callsSimon Marchi2015-09-251-5/+6
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* introduce ui_file_write_for_putTom Tromey2014-12-121-0/+6
* Move errno.h to common-defs.hGary Benson2014-08-071-2/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* replace XMALLOC with XNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* gdb/Yao Qi2013-08-281-0/+54
* * ui-file.c (gdb_fopen): Make arguments const.Tom Tromey2013-05-141-1/+1
* PR gdb/7912:Tom Tromey2013-04-221-1/+2