aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-out.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-25Add some more casts (2/2)Simon Marchi1-18/+18
2015-08-18PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...Doug Evans1-38/+69
2015-07-31Mostly trivial enum fixesSimon Marchi1-5/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12introduce ui_file_write_for_putTom Tromey1-7/+1
2014-02-28constify ui_out_implTom Tromey1-4/+1
2014-01-13replace XMALLOC with XNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-02-12 Add support for a destructor for ui_out data and use it toSiva Chandra Reddy1-0/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-13 ARI fixes: Avoid sprintf function use rule.Pierre Muller1-1/+1
2012-03-06 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.Stan Shebs1-56/+36
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-04-27 MI breakpoint notifications.Vladimir Prus1-6/+22
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+19
2010-05-062010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+0
2010-05-02gdb/Jan Kratochvil1-2/+2
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+2
2005-12-23 * mi/mi-symbol-cmds.c:Eli Zaretskii1-3/+3
2005-07-31From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>:Daniel Jacobowitz1-3/+4
2005-02-112005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-2/+2
2004-01-192004-01-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-29/+1
2003-06-28./Daniel Jacobowitz1-0/+1
2003-03-08Index: ChangeLogAndrew Cagney1-21/+22
2002-10-012002-10-01 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-28/+2
2002-09-302002-09-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-0/+9
2002-03-19* defs.h (XMALLOC): Define.Andrew Cagney1-7/+3
2001-07-09* mi-out.c (mi_out_new): Initialize suppress_ouput field of newlyMark Kettenis1-0/+1
2001-07-09Make function declarators match function declarations.Kevin Buettner1-6/+6
2001-07-06Replace:Andrew Cagney1-1/+2
2001-06-27For MI>0, output full breakpoint table header information. Output theAndrew Cagney1-13/+40
2001-06-21* mi-out.c (struct ui_out_data): Replace field first_header withAndrew Cagney1-8/+27
2001-06-21Output ``[]'' when a list.Andrew Cagney1-2/+8
2001-06-21* ui-out.h (ui_out_table_header): Add parameter ``col_name''.Andrew Cagney1-1/+2
2001-06-19* ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.Andrew Cagney1-1/+2
2001-06-18Recognize -i=mi0, -i=mi1 and -i=mi.Andrew Cagney1-1/+3
2001-06-11s/supress/suppress/Andrew Cagney1-6/+6
2001-06-10Move supress_field_separator logic into mi_open() and mi_close().Andrew Cagney1-17/+11
2001-06-10Make char *, const char *.Andrew Cagney1-17/+26
2001-05-14Output ``[...]'' when a list.Andrew Cagney1-2/+22
2001-05-12s/ui_out_list/ui_out_tupple/Andrew Cagney1-4/+4
2001-05-10Pass the tupple/list parameter.Andrew Cagney1-13/+15
2001-05-09Replace ui_out_list_{begin,end}() with ui_out_{begin,end}().Andrew Cagney1-6/+12
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
2000-07-30Protoization.Kevin Buettner1-45/+15