aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-16[gdb/cli] Add a progress meterTom Tromey1-0/+37
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-4/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-19Fix comment in field_kindTom Tromey1-3/+3
2019-12-18Fix build failure on macOSTom Tromey1-4/+7
2019-10-01Introduce metadata styleTom Tromey1-3/+6
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves1-2/+140
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-19/+4
2019-08-06Add more styling to "disassemble"Tom Tromey1-0/+4
2019-07-17Rename field_int to field_signedTom Tromey1-6/+6
2019-07-15Introduce field_unsignedTom Tromey1-0/+4
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-10Fix GDB build when using --disable-gdbmiSimon Marchi1-3/+4
2019-01-23Update cleanup comment in ui-out.hTom Tromey1-5/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Style addressesTom Tromey1-1/+3
2018-12-28Style variable namesTom Tromey1-1/+3
2018-12-28Add output styles to gdbTom Tromey1-3/+18
2018-04-30Make do_is_mi_like_p const.Tom Tromey1-2/+2
2018-03-06btrace: Remove ui_out cleanupsSimon Marchi1-8/+0
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi1-0/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi1-3/+1
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey1-0/+23
2017-09-09Remove make_cleanup_ui_out_table_begin_endTom Tromey1-6/+2
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-0/+26
2017-02-10Remove some ui_out-related cleanups from PythonTom Tromey1-0/+33
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-1/+1
2017-01-10Change return type of ui_out redirect to voidSimon Marchi1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-156/+112
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi1-7/+8
2016-12-01Simplify ui-out level codeSimon Marchi1-5/+3
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi1-5/+8
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-7/+4
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi1-2/+2
2016-11-26Remove ui_out_destroySimon Marchi1-4/+0
2016-11-26Remove unused functions and declarationsSimon Marchi1-8/+0
2016-11-26Remove stale commentsSimon Marchi1-3/+0
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey1-4/+0
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi1-0/+4
2016-06-21Make current_ui_out be per UIPedro Alves1-1/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-02-28constify ui_out_implTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-02-12 Add support for a destructor for ui_out data and use it toSiva Chandra Reddy1-0/+6
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-06-12 * ui-out.h: Remove #if 0 declarations.Stan Shebs1-24/+0