summaryrefslogtreecommitdiff
path: root/gdb/mi/mi-out.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
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-02Remove mi_out_data::suppress_outputSimon Marchi
2016-12-01Simplify ui-out level codeSimon Marchi
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi
2016-11-30Use std::vector for mi_ui_out_data::streamsSimon 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-26Rename ui_out_data to mi_ui_out_dataSimon Marchi
2016-11-26Remove unused functions and declarationsSimon 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-18PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...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-12-12introduce ui_file_write_for_putTom 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-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-11-13 ARI fixes: Avoid sprintf function use rule.Pierre Muller
2012-03-06 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.Stan Shebs
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-04-27 MI breakpoint notifications.Vladimir Prus
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-062010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-02gdb/Jan Kratochvil
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-01-09Copyright updates for 2007.Daniel Jacobowitz
2005-12-23 * mi/mi-symbol-cmds.c:Eli Zaretskii
2005-07-31From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>:Daniel Jacobowitz
2005-02-112005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney
2004-01-192004-01-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney
2003-06-28./Daniel Jacobowitz
2003-03-08Index: ChangeLogAndrew Cagney
2002-10-012002-10-01 Andrew Cagney <ac131313@redhat.com>Andrew Cagney
2002-09-302002-09-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney
2002-03-19* defs.h (XMALLOC): Define.Andrew Cagney
2001-07-09* mi-out.c (mi_out_new): Initialize suppress_ouput field of newlyMark Kettenis
2001-07-09Make function declarators match function declarations.Kevin Buettner