aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli-out.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-19gdb: Buffer output streams during events that might download debuginfoAaron Merey1-4/+6
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-06Remove EXTERN_C and related definesTom Tromey1-1/+1
2023-05-23gdb/cli-out.c: clear_current_line shouldn't trigger pagination promptAaron Merey1-4/+7
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-1/+1
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-68/+121
2022-07-18Remove cli_out_newTom Tromey1-8/+0
2022-03-29Remove ui_out_flag::unfiltered_outputTom Tromey1-20/+5
2022-03-29Rename print_spaces_filteredTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-10/+10
2022-03-29Unify gdb putc functionsTom Tromey1-2/+2
2022-03-29Unify gdb puts functionsTom Tromey1-2/+2
2022-03-29Remove fputs_styled_unfilteredTom Tromey1-4/+10
2022-03-29Remove vfprintf_styled_no_gdbfmtTom Tromey1-5/+8
2022-01-26Add ui_file::wrap_hereTom Tromey1-1/+1
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-12-20Remove print_spacesTom Tromey1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-16[gdb] Print progress for debuginfodMartin Liska1-2/+2
2020-12-16[gdb/cli] Add a progress meterTom Tromey1-0/+101
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-4/+3
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves1-6/+25
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-31/+7
2019-08-06Add more styling to "disassemble"Tom Tromey1-0/+6
2019-07-17Rename field_int to field_signedTom Tromey1-5/+3
2019-07-15Introduce field_unsignedTom Tromey1-0/+13
2019-04-06Revert the header-sorting patchTom Tromey1-4/+2
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-2/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Style addressesTom Tromey1-0/+3
2018-12-28Style variable namesTom Tromey1-0/+3
2018-12-28Add output styles to gdbTom Tromey1-6/+30
2018-11-20gdb: Use string_printf to format int fields instead of a fixed size bufferAndrew Burgess1-4/+2
2018-11-20gdb: Respect field width and alignment for 'fmt' fields in CLI outputAndrew Burgess1-4/+3
2018-04-24Remove cli_ui_out::out_field_fmtTom Tromey1-17/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-10Change return type of ui_out redirect to voidSimon Marchi1-3/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-206/+95
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi1-1/+1
2016-12-01Simplify ui-out level codeSimon Marchi1-3/+1
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi1-3/+2
2016-11-30Use std::vector for cli_ui_out_data::streamsSimon Marchi1-17/+14
2016-11-30Use new/delete instead of malloc/free-based functionsSimon Marchi1-2/+2
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-9/+4
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi1-1/+1