summaryrefslogtreecommitdiff
path: root/gdb/ui-out.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Style addressesTom Tromey2018-12-281-1/+2
* Add output styles to gdbTom Tromey2018-12-281-4/+6
* Remove obsolete comments from field_fmtTom Tromey2018-11-251-1/+0
* Make do_is_mi_like_p const.Tom Tromey2018-04-301-1/+1
* btrace: Remove ui_out cleanupsSimon Marchi2018-03-061-44/+0
* Make program_space::deleted_solibs a vector of std::stringSimon Marchi2018-03-021-0/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove make_cleanup_ui_out_table_begin_endTom Tromey2017-09-091-16/+0
* Wrap locally used classes in anonymous namespaceYao Qi2017-03-221-0/+4
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-6/+4
* Change return type of ui_out redirect to voidSimon Marchi2017-01-101-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-370/+133
* Introduce enum_flag type for ui_out flagsSimon Marchi2016-12-021-2/+2
* Class-ify ui_out_tableSimon Marchi2016-12-011-158/+185
* ui_out_table: Replace boolean flag with enumSimon Marchi2016-12-011-16/+25
* Simplify ui-out level codeSimon Marchi2016-12-011-42/+26
* Class-ify ui_out_levelSimon Marchi2016-12-011-21/+44
* Class-ify ui_out_hdrSimon Marchi2016-12-011-27/+69
* Use std::string for ui_out_hdr's text fieldsSimon Marchi2016-12-011-39/+25
* Replace hand-made linked list of ui_out_hdr by vector and iteratorSimon Marchi2016-12-011-56/+44
* Use std::string in ui_out_tableSimon Marchi2016-11-301-11/+7
* Use std::vector for ui_out::levelsSimon Marchi2016-11-301-16/+15
* Use new/delete instead of malloc/free-based functionsSimon Marchi2016-11-301-6/+7
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-17/+6
* Constify wrap_here/wrap_hint code pathSimon Marchi2016-11-261-3/+3
* Fix return value of uo_redirectSimon Marchi2016-11-261-2/+1
* Remove ui_out_destroySimon Marchi2016-11-261-32/+0
* Remove unused functions and declarationsSimon Marchi2016-11-261-29/+0
* Remove stale commentsSimon Marchi2016-11-261-2/+0
* Use ui_file_as_string in gdb/ui-out.cPedro Alves2016-11-081-6/+3
* Fix a few typosSimon Marchi2016-11-041-1/+1
* Remove make_cleanup_restore_current_uioutTom Tromey2016-10-211-18/+0
* ui-out.c: Remove unused parameter to push_levelSimon Marchi2016-10-081-3/+2
* Introduce cleanup to restore current_uioutSimon Marchi2016-09-161-0/+18
* Make current_ui_out be per UIPedro Alves2016-06-211-5/+0
* Delete def_uioutPedro Alves2016-06-211-180/+1
* ui-out.c: Remove unused enumSimon Marchi2016-02-021-6/+0
* 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-2/+3
* ui-out.c (default_ui_out_impl): Add comment.Doug Evans2015-08-171-1/+1
* Mostly trivial enum fixesSimon Marchi2015-07-311-13/+14
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* fix latent bugs in ui-out.cTom Tromey2014-03-171-2/+3
* constify ui_out_implTom Tromey2014-02-281-3/+3
* replace XMALLOC with XNEWTom Tromey2014-01-131-5/+5