summaryrefslogtreecommitdiff
path: root/gdb/mi/mi-out.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyusers/palves/ui_file_v4Pedro Alves2017-02-011-11/+16
* Change return type of ui_out redirect to voidSimon Marchi2017-01-101-3/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-194/+115
* Introduce enum_flag type for ui_out flagsSimon Marchi2016-12-021-1/+1
* Remove mi_out_data::suppress_outputSimon Marchi2016-12-021-23/+0
* Simplify ui-out level codeSimon Marchi2016-12-011-5/+4
* Use std::string for ui_out_hdr's text fieldsSimon Marchi2016-12-011-5/+6
* Use std::vector for mi_ui_out_data::streamsSimon Marchi2016-11-301-18/+13
* Use new/delete instead of malloc/free-based functionsSimon Marchi2016-11-301-2/+2
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-5/+3
* Constify wrap_here/wrap_hint code pathSimon Marchi2016-11-261-2/+2
* Rename ui_out_data to mi_ui_out_dataSimon Marchi2016-11-261-2/+2
* Remove unused functions and declarationsSimon Marchi2016-11-261-12/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-18/+18
* PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...Doug Evans2015-08-181-38/+69
* Mostly trivial enum fixesSimon Marchi2015-07-311-5/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* introduce ui_file_write_for_putTom Tromey2014-12-121-7/+1
* constify ui_out_implTom Tromey2014-02-281-4/+1
* replace XMALLOC with XNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Add support for a destructor for ui_out data and use it toSiva Chandra Reddy2013-02-121-0/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* ARI fixes: Avoid sprintf function use rule.Pierre Muller2012-11-131-1/+1
* * mi/mi-cmd-break.c: Enforce coding standards, fix comments.Stan Shebs2012-03-061-56/+36
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* MI breakpoint notifications.Vladimir Prus2011-04-271-6/+22
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* 2010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-171-1/+19
* 2010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-061-1/+0
* gdb/Jan Kratochvil2010-05-021-2/+2
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+2
* * mi/mi-symbol-cmds.c:Eli Zaretskii2005-12-231-3/+3
* From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>:Daniel Jacobowitz2005-07-311-3/+4
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-111-2/+2
* 2004-01-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-191-29/+1
* ./Daniel Jacobowitz2003-06-281-0/+1
* Index: ChangeLogAndrew Cagney2003-03-081-21/+22
* 2002-10-01 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-10-011-28/+2
* 2002-09-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-09-301-0/+9
* * defs.h (XMALLOC): Define.Andrew Cagney2002-03-191-7/+3
* * mi-out.c (mi_out_new): Initialize suppress_ouput field of newlyMark Kettenis2001-07-091-0/+1
* Make function declarators match function declarations.Kevin Buettner2001-07-091-6/+6
* Replace:Andrew Cagney2001-07-061-1/+2