Age | Commit message (Expand) | Author | Files | Lines |
2018-04-30 | Make do_is_mi_like_p const. | Tom Tromey | 1 | -1/+1 |
2018-03-06 | btrace: Remove ui_out cleanups | Simon Marchi | 1 | -44/+0 |
2018-03-02 | Make program_space::deleted_solibs a vector of std::string | Simon Marchi | 1 | -0/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-09 | Remove make_cleanup_ui_out_table_begin_end | Tom Tromey | 1 | -16/+0 |
2017-03-22 | Wrap locally used classes in anonymous namespace | Yao Qi | 1 | -0/+4 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -6/+4 |
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 | -370/+133 |
2016-12-02 | Introduce enum_flag type for ui_out flags | Simon Marchi | 1 | -2/+2 |
2016-12-01 | Class-ify ui_out_table | Simon Marchi | 1 | -158/+185 |
2016-12-01 | ui_out_table: Replace boolean flag with enum | Simon Marchi | 1 | -16/+25 |
2016-12-01 | Simplify ui-out level code | Simon Marchi | 1 | -42/+26 |
2016-12-01 | Class-ify ui_out_level | Simon Marchi | 1 | -21/+44 |
2016-12-01 | Class-ify ui_out_hdr | Simon Marchi | 1 | -27/+69 |
2016-12-01 | Use std::string for ui_out_hdr's text fields | Simon Marchi | 1 | -39/+25 |
2016-12-01 | Replace hand-made linked list of ui_out_hdr by vector and iterator | Simon Marchi | 1 | -56/+44 |
2016-11-30 | Use std::string in ui_out_table | Simon Marchi | 1 | -11/+7 |
2016-11-30 | Use std::vector for ui_out::levels | Simon Marchi | 1 | -16/+15 |
2016-11-30 | Use new/delete instead of malloc/free-based functions | Simon Marchi | 1 | -6/+7 |
2016-11-26 | Remove verbosity from ui_out_message and friends | Simon Marchi | 1 | -17/+6 |
2016-11-26 | Constify wrap_here/wrap_hint code path | Simon Marchi | 1 | -3/+3 |
2016-11-26 | Fix return value of uo_redirect | Simon Marchi | 1 | -2/+1 |
2016-11-26 | Remove ui_out_destroy | Simon Marchi | 1 | -32/+0 |
2016-11-26 | Remove unused functions and declarations | Simon Marchi | 1 | -29/+0 |
2016-11-26 | Remove stale comments | Simon Marchi | 1 | -2/+0 |
2016-11-08 | Use ui_file_as_string in gdb/ui-out.c | Pedro Alves | 1 | -6/+3 |
2016-11-04 | Fix a few typos | Simon Marchi | 1 | -1/+1 |
2016-10-21 | Remove make_cleanup_restore_current_uiout | Tom Tromey | 1 | -18/+0 |
2016-10-08 | ui-out.c: Remove unused parameter to push_level | Simon Marchi | 1 | -3/+2 |
2016-09-16 | Introduce cleanup to restore current_uiout | Simon Marchi | 1 | -0/+18 |
2016-06-21 | Make current_ui_out be per UI | Pedro Alves | 1 | -5/+0 |
2016-06-21 | Delete def_uiout | Pedro Alves | 1 | -180/+1 |
2016-02-02 | ui-out.c: Remove unused enum | Simon Marchi | 1 | -6/+0 |
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 (2/2) | Simon Marchi | 1 | -2/+3 |
2015-08-17 | ui-out.c (default_ui_out_impl): Add comment. | Doug Evans | 1 | -1/+1 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -13/+14 |
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-03-17 | fix latent bugs in ui-out.c | Tom Tromey | 1 | -2/+3 |
2014-02-28 | constify ui_out_impl | Tom Tromey | 1 | -3/+3 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 1 | -5/+5 |
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-05-22 | 2013-05-22 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -8/+36 |
2013-02-12 | Add support for a destructor for ui_out data and use it to | Siva Chandra Reddy | 1 | -4/+39 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |