aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-04Use reference result of emplace_backTom Tromey1-8/+3
2024-01-19gdb: Buffer output streams during events that might download debuginfoAaron Merey1-0/+141
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-2/+2
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-08-23gdb: add gdb::make_unique functionAndrew Burgess1-4/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-20/+10
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-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi1-6/+6
2021-05-19gdb: Move definitions of std::string overloads in ui_out to the headerMarco Barisione1-13/+0
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-2/+3
2021-05-19gdb: Add an overloaded ui_out::text accepting a const std::string &Marco Barisione1-0/+6
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-12-18Fix build failure on macOSTom Tromey1-2/+2
2019-11-12gdb: Support printf 'z' size modifierAndrew Burgess1-0/+18
2019-10-13gdb: Silence -Wformat-nonliteral warning with clangSimon Marchi1-0/+9
2019-10-01Introduce metadata styleTom Tromey1-1/+19
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves1-2/+180
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-3/+5
2019-07-17Rename field_int to field_signedTom Tromey1-5/+5
2019-07-15Introduce field_unsignedTom Tromey1-0/+14
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Style addressesTom Tromey1-1/+2
2018-12-28Add output styles to gdbTom Tromey1-4/+6
2018-11-25Remove obsolete comments from field_fmtTom Tromey1-1/+0
2018-04-30Make do_is_mi_like_p const.Tom Tromey1-1/+1
2018-03-06btrace: Remove ui_out cleanupsSimon Marchi1-44/+0
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi1-0/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-09Remove make_cleanup_ui_out_table_begin_endTom Tromey1-16/+0
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi1-0/+4
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+4
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-370/+133
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi1-2/+2
2016-12-01Class-ify ui_out_tableSimon Marchi1-158/+185
2016-12-01ui_out_table: Replace boolean flag with enumSimon Marchi1-16/+25
2016-12-01Simplify ui-out level codeSimon Marchi1-42/+26
2016-12-01Class-ify ui_out_levelSimon Marchi1-21/+44
2016-12-01Class-ify ui_out_hdrSimon Marchi1-27/+69
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi1-39/+25
2016-12-01Replace hand-made linked list of ui_out_hdr by vector and iteratorSimon Marchi1-56/+44
2016-11-30Use std::string in ui_out_tableSimon Marchi1-11/+7
2016-11-30Use std::vector for ui_out::levelsSimon Marchi1-16/+15