aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-out.c
AgeCommit message (Expand)AuthorFilesLines
10 daysAdd line-number stylingTom Tromey1-6/+7
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six1-3/+3
2023-08-23gdb: have mi_out_new return std::unique_ptrAndrew Burgess1-4/+4
2023-03-20Remove mi_version functionTom Tromey1-6/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Remove MI version 1Tom Tromey1-3/+0
2022-11-10gdb/debuginfod: Improve progress updatesAaron Merey1-0/+32
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+2
2022-09-12Use checked_static_cast in more placesTom Tromey1-5/+2
2022-08-10gdb/mi: fix breakpoint script field outputSimon Marchi1-3/+5
2022-03-29Unify gdb printf functionsTom Tromey1-5/+5
2022-03-29Unify gdb putc functionsTom Tromey1-5/+5
2022-03-29Unify gdb puts functionsTom Tromey1-2/+2
2022-03-29Unify vprintf functionsTom Tromey1-1/+1
2022-01-26Add ui_file::wrap_hereTom Tromey1-1/+1
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-2/+2
2022-01-05Implement putstr and putstrn in ui_fileTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-2/+2
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves1-1/+2
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-5/+5
2019-07-17Rename field_int to field_signedTom Tromey1-6/+6
2019-07-15Fix a FIXME in mi-out.cTom Tromey1-4/+1
2019-07-15Introduce field_unsignedTom Tromey1-0/+10
2019-05-10Fix GDB build when using --disable-gdbmiSimon Marchi1-1/+3
2019-03-13Fix MI output for multi-location breakpointsSimon Marchi1-2/+2
2019-03-13Factor out mi_ui_out instantiation logicSimon Marchi1-4/+17
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Add output styles to gdbTom Tromey1-4/+8
2018-11-25Remove obsolete comments from field_fmtTom Tromey1-2/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-11/+16
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-194/+115
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi1-1/+1
2016-12-02Remove mi_out_data::suppress_outputSimon Marchi1-23/+0
2016-12-01Simplify ui-out level codeSimon Marchi1-5/+4
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi1-5/+6
2016-11-30Use std::vector for mi_ui_out_data::streamsSimon Marchi1-18/+13
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-5/+3
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi1-2/+2
2016-11-26Rename ui_out_data to mi_ui_out_dataSimon Marchi1-2/+2
2016-11-26Remove unused functions and declarationsSimon Marchi1-12/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1