Remove path name from test case
[binutils-gdb.git] / gdb / ui-out.c
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-08-23 Andrew Burgessgdb: add gdb::make_unique function
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-05-19 Marco Barisionegdb: Move definitions of std::string overloads in ui_ou...
2021-05-19 Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-05-19 Marco Barisionegdb: Add an overloaded ui_out::text accepting a const...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-18 Tom TromeyFix build failure on macOS
2019-11-12 Andrew Burgessgdb: Support printf 'z' size modifier
2019-10-13 Simon Marchigdb: Silence -Wformat-nonliteral warning with clang
2019-10-01 Tom TromeyIntroduce metadata style
2019-10-01 Pedro AlvesIntroduce gdb-specific %p format suffixes
2019-10-01 Tom TromeyRemove the ui_out_style_kind enum
2019-07-17 Tom TromeyRename field_int to field_signed
2019-07-15 Tom TromeyIntroduce field_unsigned
2019-01-21 Tom TromeyRemove duplicate or commented-out #includes
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyStyle addresses
2018-12-28 Tom TromeyAdd output styles to gdb
2018-11-25 Tom TromeyRemove obsolete comments from field_fmt
2018-04-30 Tom TromeyMake do_is_mi_like_p const.
2018-03-06 Simon Marchibtrace: Remove ui_out cleanups
2018-03-03 Simon MarchiMake program_space::deleted_solibs a vector of std...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-09-09 Tom TromeyRemove make_cleanup_ui_out_table_begin_end
2017-03-22 Yao QiWrap locally used classes in anonymous namespace
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-10 Simon MarchiChange return type of ui_out redirect to void
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-12-02 Simon MarchiIntroduce enum_flag type for ui_out flags
2016-12-01 Simon MarchiClass-ify ui_out_table
2016-12-01 Simon Marchiui_out_table: Replace boolean flag with enum
2016-12-01 Simon MarchiSimplify ui-out level code
2016-12-01 Simon MarchiClass-ify ui_out_level
2016-12-01 Simon MarchiClass-ify ui_out_hdr
2016-12-01 Simon MarchiUse std::string for ui_out_hdr's text fields
2016-12-01 Simon MarchiReplace hand-made linked list of ui_out_hdr by vector...
2016-12-01 Simon MarchiUse std::string in ui_out_table
2016-12-01 Simon MarchiUse std::vector for ui_out::levels
2016-12-01 Simon MarchiUse new/delete instead of malloc/free-based functions
2016-11-27 Simon MarchiRemove verbosity from ui_out_message and friends
2016-11-27 Simon MarchiConstify wrap_here/wrap_hint code path
2016-11-27 Simon MarchiFix return value of uo_redirect
2016-11-27 Simon MarchiRemove ui_out_destroy
2016-11-27 Simon MarchiRemove unused functions and declarations
2016-11-26 Simon MarchiRemove stale comments
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/ui-out.c
2016-11-05 Simon MarchiFix a few typos
2016-10-21 Tom TromeyRemove make_cleanup_restore_current_uiout
2016-10-08 Simon Marchiui-out.c: Remove unused parameter to push_level
2016-09-16 Simon MarchiIntroduce cleanup to restore current_uiout
2016-06-21 Pedro AlvesMake current_ui_out be per UI
2016-06-21 Pedro AlvesDelete def_uiout
2016-02-02 Simon Marchiui-out.c: Remove unused enum
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-08-17 Doug Evansui-out.c (default_ui_out_impl): Add comment.
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-03-17 Tom Tromeyfix latent bugs in ui-out.c
2014-02-28 Tom Tromeyconstify ui_out_impl
2014-01-13 Tom Tromeyreplace XMALLOC with XNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-05-22 Phil Muldoon2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
2013-02-12 Siva Chandra Reddy Add support for a destructor for ui_out data and use...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-06-12 Stan Shebs * ui-out.h: Remove #if 0 declarations.
2012-05-31 Keith Seitz * linespec.c (decode_objc): Add cleanup to free
2012-03-27 Pedro Alves2012-03-27 Pedro Alves <palves@redhat.com>
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-08-04 Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-07-04 Thiago Jung Bauermann * ui-out.c (ui_out_field_core_addr): Mention that...
2011-07-04 Thiago Jung Bauermann * ui-out.c (ui_out_get_field_separator): Remove unused...
2011-04-19 Tom Tromeygdb
2011-03-31 Thiago Jung Bauermann2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm...
2011-03-01 Michael Snyder2011-02-28 Michael Snyder <msnyder@vmware.com>
2011-02-28 Ulrich Weigand * breakpoint.c (wrap_indent_at_field): New function.
2011-01-12 Michael Snyder2011-01-11 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-05-17 Michael Snyder2010-05-16 Michael Snyder <msnyder@vmware.com>
2010-05-07 Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-05-02 Jan Kratochvilgdb/
2010-04-18 Pedro Alves PR tui/9217
2010-01-12 Vladimir Prus Implement core awareness.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-07-02 Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-01-11 Markus Deuling * exec.c: #include "arch-utils.h"
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-08-18 Michael Snyder2007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>
next