Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-05-21 | PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp... | Pedro Alves | 1 | -1/+12 |
2014-02-28 | constify ui_out_impl | Tom Tromey | 1 | -4/+1 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-02-12 | Add support for a destructor for ui_out data and use it to | Siva Chandra Reddy | 1 | -0/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-13 | ARI fixes: Avoid sprintf function use rule. | Pierre Muller | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-08-04 | 2011-08-04 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -1/+1 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-09-03 | gdb/ | Jan Kratochvil | 1 | -20/+40 |
2010-05-13 | 2010-05-13 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -4/+20 |
2010-05-02 | gdb/ | Jan Kratochvil | 1 | -3/+3 |
2010-05-02 | * cli-out.c (cli_table_begin, cli_table_body, cli_table_end) | Pedro Alves | 1 | -81/+45 |
2010-04-18 | PR tui/9217 | Pedro Alves | 1 | -20/+27 |