summaryrefslogtreecommitdiff
path: root/gdb/ui-out.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-20/+10
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi2021-11-181-6/+6
* gdb: Move definitions of std::string overloads in ui_out to the headerMarco Barisione2021-05-191-13/+0
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-2/+3
* gdb: Add an overloaded ui_out::text accepting a const std::string &Marco Barisione2021-05-191-0/+6
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix build failure on macOSTom Tromey2019-12-181-2/+2
* gdb: Support printf 'z' size modifierAndrew Burgess2019-11-121-0/+18
* gdb: Silence -Wformat-nonliteral warning with clangSimon Marchi2019-10-131-0/+9
* Introduce metadata styleTom Tromey2019-10-011-1/+19
* Introduce gdb-specific %p format suffixesPedro Alves2019-10-011-2/+180
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-3/+5
* Rename field_int to field_signedTom Tromey2019-07-171-5/+5
* Introduce field_unsignedTom Tromey2019-07-151-0/+14
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Style addressesTom Tromey2018-12-281-1/+2
* Add output styles to gdbTom Tromey2018-12-281-4/+6
* Remove obsolete comments from field_fmtTom Tromey2018-11-251-1/+0
* Make do_is_mi_like_p const.Tom Tromey2018-04-301-1/+1
* btrace: Remove ui_out cleanupsSimon Marchi2018-03-061-44/+0
* Make program_space::deleted_solibs a vector of std::stringSimon Marchi2018-03-021-0/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove make_cleanup_ui_out_table_begin_endTom Tromey2017-09-091-16/+0
* Wrap locally used classes in anonymous namespaceYao Qi2017-03-221-0/+4
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-6/+4
* Change return type of ui_out redirect to voidSimon Marchi2017-01-101-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-370/+133
* Introduce enum_flag type for ui_out flagsSimon Marchi2016-12-021-2/+2
* Class-ify ui_out_tableSimon Marchi2016-12-011-158/+185
* ui_out_table: Replace boolean flag with enumSimon Marchi2016-12-011-16/+25
* Simplify ui-out level codeSimon Marchi2016-12-011-42/+26
* Class-ify ui_out_levelSimon Marchi2016-12-011-21/+44
* Class-ify ui_out_hdrSimon Marchi2016-12-011-27/+69
* Use std::string for ui_out_hdr's text fieldsSimon Marchi2016-12-011-39/+25
* Replace hand-made linked list of ui_out_hdr by vector and iteratorSimon Marchi2016-12-011-56/+44
* Use std::string in ui_out_tableSimon Marchi2016-11-301-11/+7
* Use std::vector for ui_out::levelsSimon Marchi2016-11-301-16/+15
* Use new/delete instead of malloc/free-based functionsSimon Marchi2016-11-301-6/+7
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-17/+6
* Constify wrap_here/wrap_hint code pathSimon Marchi2016-11-261-3/+3
* Fix return value of uo_redirectSimon Marchi2016-11-261-2/+1
* Remove ui_out_destroySimon Marchi2016-11-261-32/+0
* Remove unused functions and declarationsSimon Marchi2016-11-261-29/+0
* Remove stale commentsSimon Marchi2016-11-261-2/+0