Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-12-02 | Introduce enum_flag type for ui_out flags | Simon Marchi | 1 | -7/+8 |
2016-12-01 | Simplify ui-out level code | Simon Marchi | 1 | -5/+3 |
2016-12-01 | Use std::string for ui_out_hdr's text fields | Simon Marchi | 1 | -5/+8 |
2016-11-26 | Remove verbosity from ui_out_message and friends | Simon Marchi | 1 | -7/+4 |
2016-11-26 | Constify wrap_here/wrap_hint code path | Simon Marchi | 1 | -2/+2 |
2016-11-26 | Remove ui_out_destroy | Simon Marchi | 1 | -4/+0 |
2016-11-26 | Remove unused functions and declarations | Simon Marchi | 1 | -8/+0 |
2016-11-26 | Remove stale comments | Simon Marchi | 1 | -3/+0 |
2016-10-21 | Remove make_cleanup_restore_current_uiout | Tom Tromey | 1 | -4/+0 |
2016-09-16 | Introduce cleanup to restore current_uiout | Simon Marchi | 1 | -0/+4 |
2016-06-21 | Make current_ui_out be per UI | Pedro Alves | 1 | -1/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-02-28 | constify ui_out_impl | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-02-12 | Add support for a destructor for ui_out data and use it to | Siva Chandra Reddy | 1 | -0/+6 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-06-12 | * ui-out.h: Remove #if 0 declarations. | Stan Shebs | 1 | -24/+0 |
2012-03-27 | 2012-03-27 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -18/+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-07-05 | * ui-out.h (ui_out_field_core_addr): Fix typo in comment. | Thiago Jung Bauermann | 1 | -1/+1 |
2011-07-04 | * ui-out.c (ui_out_field_core_addr): Mention that the function | Thiago Jung Bauermann | 1 | -0/+2 |
2011-07-04 | * ui-out.c (ui_out_get_field_separator): Remove unused function. | Thiago Jung Bauermann | 1 | -2/+0 |
2011-02-28 | * breakpoint.c (wrap_indent_at_field): New function. | Ulrich Weigand | 1 | -0/+3 |
2011-01-12 | 2011-01-11 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -10/+10 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+2 |