summaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
AgeCommit message (Expand)Author
2022-03-29Remove ui_out_flag::unfiltered_outputTom Tromey
2022-03-10Simplify the ui-out progress APITom Tromey
2022-01-26Convert wrap_here to use integer parameterTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-05-19gdb: Move definitions of std::string overloads in ui_out to the headerMarco Barisione
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione
2021-05-19gdb: Add an overloaded ui_out::text accepting a const std::string &Marco Barisione
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-16[gdb/cli] Add a progress meterTom Tromey
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-19Fix comment in field_kindTom Tromey
2019-12-18Fix build failure on macOSTom Tromey
2019-10-01Introduce metadata styleTom Tromey
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves
2019-10-01Remove the ui_out_style_kind enumTom Tromey
2019-08-06Add more styling to "disassemble"Tom Tromey
2019-07-17Rename field_int to field_signedTom Tromey
2019-07-15Introduce field_unsignedTom Tromey
2019-07-09Rename common to gdbsupportTom Tromey
2019-05-10Fix GDB build when using --disable-gdbmiSimon Marchi
2019-01-23Update cleanup comment in ui-out.hTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-12-28Style addressesTom Tromey
2018-12-28Style variable namesTom Tromey
2018-12-28Add output styles to gdbTom Tromey
2018-04-30Make do_is_mi_like_p const.Tom Tromey
2018-03-06btrace: Remove ui_out cleanupsSimon Marchi
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey
2017-09-09Remove make_cleanup_ui_out_table_begin_endTom Tromey
2017-08-03Introduce and use ui_out_emit_tableTom Tromey
2017-02-10Remove some ui_out-related cleanups from PythonTom Tromey
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-10Change return type of ui_out redirect to voidSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi
2016-12-01Simplify ui-out level codeSimon Marchi
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi
2016-11-26Remove ui_out_destroySimon Marchi
2016-11-26Remove unused functions and declarationsSimon Marchi
2016-11-26Remove stale commentsSimon Marchi
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi
2016-06-21Make current_ui_out be per UIPedro Alves