aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Remove gdb_stdtargerrTom Tromey1-1/+0
2024-05-17Inline some ui_out methodsTom Tromey1-7/+10
2024-01-19gdb/ui-out.h: Fix exception handling in do_with_buffered_outputAaron Merey1-2/+2
2024-01-19gdb: Buffer output streams during events that might download debuginfoAaron Merey1-0/+184
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-08-17[gdb/build, c++20] Fix DISABLE_COPY_AND_ASSIGN use in ui_out_emit_typeTom de Vries1-1/+1
2023-03-20Make ui_out::do_progress_end 'private'Tom Tromey1-4/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-10gdb/debuginfod: Improve progress updatesAaron Merey1-18/+35
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey1-2/+4
2022-08-10gdb/mi: fix breakpoint script field outputSimon Marchi1-1/+2
2022-03-29Remove ui_out_flag::unfiltered_outputTom Tromey1-4/+1
2022-03-10Simplify the ui-out progress APITom Tromey1-7/+7
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-05-19gdb: Move definitions of std::string overloads in ui_out to the headerMarco Barisione1-2/+5
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-1/+2
2021-05-19gdb: Add an overloaded ui_out::text accepting a const std::string &Marco Barisione1-0/+1
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