summaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
Commit message (Expand)AuthorAgeFilesLines
* Make ui_out::do_progress_end 'private'Tom Tromey2023-03-201-4/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/debuginfod: Improve progress updatesAaron Merey2022-11-101-18/+35
* Use ui_out_redirect_pop in more placesTom Tromey2022-08-311-2/+4
* gdb/mi: fix breakpoint script field outputSimon Marchi2022-08-101-1/+2
* Remove ui_out_flag::unfiltered_outputTom Tromey2022-03-291-4/+1
* Simplify the ui-out progress APITom Tromey2022-03-101-7/+7
* 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
* gdb: Move definitions of std::string overloads in ui_out to the headerMarco Barisione2021-05-191-2/+5
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-1/+2
* gdb: Add an overloaded ui_out::text accepting a const std::string &Marco Barisione2021-05-191-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* [gdb/cli] Add a progress meterTom Tromey2020-12-161-0/+37
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-4/+4
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix comment in field_kindTom Tromey2019-12-191-3/+3
* Fix build failure on macOSTom Tromey2019-12-181-4/+7
* Introduce metadata styleTom Tromey2019-10-011-3/+6
* Introduce gdb-specific %p format suffixesPedro Alves2019-10-011-2/+140
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-19/+4
* Add more styling to "disassemble"Tom Tromey2019-08-061-0/+4
* Rename field_int to field_signedTom Tromey2019-07-171-6/+6
* Introduce field_unsignedTom Tromey2019-07-151-0/+4
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Fix GDB build when using --disable-gdbmiSimon Marchi2019-05-101-3/+4
* Update cleanup comment in ui-out.hTom Tromey2019-01-231-5/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Style addressesTom Tromey2018-12-281-1/+3
* Style variable namesTom Tromey2018-12-281-1/+3
* Add output styles to gdbTom Tromey2018-12-281-3/+18
* Make do_is_mi_like_p const.Tom Tromey2018-04-301-2/+2
* btrace: Remove ui_out cleanupsSimon Marchi2018-03-061-8/+0
* Make program_space::deleted_solibs a vector of std::stringSimon Marchi2018-03-021-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-3/+1
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-091-0/+23
* Remove make_cleanup_ui_out_table_begin_endTom Tromey2017-09-091-6/+2
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-0/+26
* Remove some ui_out-related cleanups from PythonTom Tromey2017-02-101-0/+33
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-1/+1
* 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-156/+112
* Introduce enum_flag type for ui_out flagsSimon Marchi2016-12-021-7/+8
* Simplify ui-out level codeSimon Marchi2016-12-011-5/+3
* Use std::string for ui_out_hdr's text fieldsSimon Marchi2016-12-011-5/+8
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-7/+4
* Constify wrap_here/wrap_hint code pathSimon Marchi2016-11-261-2/+2
* Remove ui_out_destroySimon Marchi2016-11-261-4/+0