Age | Commit message (Expand) | Author | Files | Lines |
2022-11-10 | gdb/debuginfod: Improve progress updates | Aaron Merey | 1 | -68/+121 |
2022-07-18 | Remove cli_out_new | Tom Tromey | 1 | -8/+0 |
2022-03-29 | Remove ui_out_flag::unfiltered_output | Tom Tromey | 1 | -20/+5 |
2022-03-29 | Rename print_spaces_filtered | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -10/+10 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Remove fputs_styled_unfiltered | Tom Tromey | 1 | -4/+10 |
2022-03-29 | Remove vfprintf_styled_no_gdbfmt | Tom Tromey | 1 | -5/+8 |
2022-01-26 | Add ui_file::wrap_here | Tom Tromey | 1 | -1/+1 |
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-12-20 | Remove print_spaces | Tom Tromey | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-16 | [gdb] Print progress for debuginfod | Martin Liska | 1 | -2/+2 |
2020-12-16 | [gdb/cli] Add a progress meter | Tom Tromey | 1 | -0/+101 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -4/+3 |
2019-10-01 | Introduce gdb-specific %p format suffixes | Pedro Alves | 1 | -6/+25 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 1 | -31/+7 |
2019-08-06 | Add more styling to "disassemble" | Tom Tromey | 1 | -0/+6 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -5/+3 |
2019-07-15 | Introduce field_unsigned | Tom Tromey | 1 | -0/+13 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -4/+2 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -2/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Style addresses | Tom Tromey | 1 | -0/+3 |
2018-12-28 | Style variable names | Tom Tromey | 1 | -0/+3 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -6/+30 |
2018-11-20 | gdb: Use string_printf to format int fields instead of a fixed size buffer | Andrew Burgess | 1 | -4/+2 |
2018-11-20 | gdb: Respect field width and alignment for 'fmt' fields in CLI output | Andrew Burgess | 1 | -4/+3 |
2018-04-24 | Remove cli_ui_out::out_field_fmt | Tom Tromey | 1 | -17/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-01-10 | Change return type of ui_out redirect to void | Simon Marchi | 1 | -3/+1 |
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 | -206/+95 |
2016-12-02 | Introduce enum_flag type for ui_out flags | Simon Marchi | 1 | -1/+1 |
2016-12-01 | Simplify ui-out level code | Simon Marchi | 1 | -3/+1 |
2016-12-01 | Use std::string for ui_out_hdr's text fields | Simon Marchi | 1 | -3/+2 |
2016-11-30 | Use std::vector for cli_ui_out_data::streams | Simon Marchi | 1 | -17/+14 |
2016-11-30 | Use new/delete instead of malloc/free-based functions | Simon Marchi | 1 | -2/+2 |
2016-11-26 | Remove verbosity from ui_out_message and friends | Simon Marchi | 1 | -9/+4 |
2016-11-26 | Constify wrap_here/wrap_hint code path | Simon Marchi | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -20/+20 |
2015-02-27 | Add extern "C" to declarations of C symbols | Pedro Alves | 1 | -2/+2 |
2015-01-31 | Unify CLI/TUI interface to readline tab completion. | Doug Evans | 1 | -1/+83 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |