Age | Commit message (Expand) | Author | Files | Lines |
2024-05-17 | Remove gdb_stdtargerr | Tom Tromey | 1 | -1/+0 |
2024-05-17 | Inline some ui_out methods | Tom Tromey | 1 | -7/+10 |
2024-01-19 | gdb/ui-out.h: Fix exception handling in do_with_buffered_output | Aaron Merey | 1 | -2/+2 |
2024-01-19 | gdb: Buffer output streams during events that might download debuginfo | Aaron Merey | 1 | -0/+184 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-08-17 | [gdb/build, c++20] Fix DISABLE_COPY_AND_ASSIGN use in ui_out_emit_type | Tom de Vries | 1 | -1/+1 |
2023-03-20 | Make ui_out::do_progress_end 'private' | Tom Tromey | 1 | -4/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-10 | gdb/debuginfod: Improve progress updates | Aaron Merey | 1 | -18/+35 |
2022-08-31 | Use ui_out_redirect_pop in more places | Tom Tromey | 1 | -2/+4 |
2022-08-10 | gdb/mi: fix breakpoint script field output | Simon Marchi | 1 | -1/+2 |
2022-03-29 | Remove ui_out_flag::unfiltered_output | Tom Tromey | 1 | -4/+1 |
2022-03-10 | Simplify the ui-out progress API | Tom Tromey | 1 | -7/+7 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -2/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-05-19 | gdb: Move definitions of std::string overloads in ui_out to the header | Marco Barisione | 1 | -2/+5 |
2021-05-19 | gdb: Pass std::strings to ui_out::field_string () where convenient | Marco Barisione | 1 | -1/+2 |
2021-05-19 | gdb: Add an overloaded ui_out::text accepting a const std::string & | Marco Barisione | 1 | -0/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-16 | [gdb/cli] Add a progress meter | Tom Tromey | 1 | -0/+37 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -4/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-19 | Fix comment in field_kind | Tom Tromey | 1 | -3/+3 |
2019-12-18 | Fix build failure on macOS | Tom Tromey | 1 | -4/+7 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -3/+6 |
2019-10-01 | Introduce gdb-specific %p format suffixes | Pedro Alves | 1 | -2/+140 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 1 | -19/+4 |
2019-08-06 | Add more styling to "disassemble" | Tom Tromey | 1 | -0/+4 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -6/+6 |
2019-07-15 | Introduce field_unsigned | Tom Tromey | 1 | -0/+4 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-05-10 | Fix GDB build when using --disable-gdbmi | Simon Marchi | 1 | -3/+4 |
2019-01-23 | Update cleanup comment in ui-out.h | Tom Tromey | 1 | -5/+3 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Style addresses | Tom Tromey | 1 | -1/+3 |
2018-12-28 | Style variable names | Tom Tromey | 1 | -1/+3 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -3/+18 |
2018-04-30 | Make do_is_mi_like_p const. | Tom Tromey | 1 | -2/+2 |
2018-03-06 | btrace: Remove ui_out cleanups | Simon Marchi | 1 | -8/+0 |
2018-03-02 | Make program_space::deleted_solibs a vector of std::string | Simon Marchi | 1 | -0/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-19 | Use DISABLE_COPY_AND_ASSIGN | Yao Qi | 1 | -3/+1 |
2017-09-09 | Remove make_cleanup_ui_out_redirect_pop | Tom Tromey | 1 | -0/+23 |
2017-09-09 | Remove make_cleanup_ui_out_table_begin_end | Tom Tromey | 1 | -6/+2 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -0/+26 |
2017-02-10 | Remove some ui_out-related cleanups from Python | Tom Tromey | 1 | -0/+33 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -1/+1 |
2017-01-10 | Change return type of ui_out redirect to void | Simon Marchi | 1 | -2/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -156/+112 |