summaryrefslogtreecommitdiff
path: root/gdb/ui-out.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-09-09Remove make_cleanup_ui_out_table_begin_endTom Tromey
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-10Change return type of ui_out redirect to voidSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-12-02Introduce enum_flag type for ui_out flagsSimon Marchi
2016-12-01Class-ify ui_out_tableSimon Marchi
2016-12-01ui_out_table: Replace boolean flag with enumSimon Marchi
2016-12-01Simplify ui-out level codeSimon Marchi
2016-12-01Class-ify ui_out_levelSimon Marchi
2016-12-01Class-ify ui_out_hdrSimon Marchi
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi
2016-12-01Replace hand-made linked list of ui_out_hdr by vector and iteratorSimon Marchi
2016-11-30Use std::string in ui_out_tableSimon Marchi
2016-11-30Use std::vector for ui_out::levelsSimon Marchi
2016-11-30Use new/delete instead of malloc/free-based functionsSimon Marchi
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi
2016-11-26Fix return value of uo_redirectSimon Marchi
2016-11-26Remove ui_out_destroySimon Marchi
2016-11-26Remove unused functions and declarationsSimon Marchi
2016-11-26Remove stale commentsSimon Marchi
2016-11-08Use ui_file_as_string in gdb/ui-out.cPedro Alves
2016-11-04Fix a few typosSimon Marchi
2016-10-21Remove make_cleanup_restore_current_uioutTom Tromey
2016-10-08ui-out.c: Remove unused parameter to push_levelSimon Marchi
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi
2016-06-21Make current_ui_out be per UIPedro Alves
2016-06-21Delete def_uioutPedro Alves
2016-02-02ui-out.c: Remove unused enumSimon Marchi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-08-17ui-out.c (default_ui_out_impl): Add comment.Doug Evans
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-03-17fix latent bugs in ui-out.cTom Tromey
2014-02-28constify ui_out_implTom Tromey
2014-01-13replace XMALLOC with XNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-05-222013-05-22 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon
2013-02-12 Add support for a destructor for ui_out data and use it toSiva Chandra Reddy
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-06-12 * ui-out.h: Remove #if 0 declarations.Stan Shebs
2012-05-31 * linespec.c (decode_objc): Add cleanup to freeKeith Seitz
2012-03-272012-03-27 Pedro Alves <palves@redhat.com>Pedro Alves