This is the mail archive of the
gdb-cvs@sources.redhat.com
mailing list for the GDB project.
src/gdb/mi ChangeLog mi-out.c
- To: gdb-cvs at sourceware dot cygnus dot com
- Subject: src/gdb/mi ChangeLog mi-out.c
- From: cagney at sourceware dot cygnus dot com
- Date: 21 Jun 2001 19:27:50 -0000
CVSROOT: /cvs/src
Module name: src
Changes by: cagney@sources.redhat.com 2001-06-21 12:27:50
Modified files:
gdb/mi : ChangeLog mi-out.c
Log message:
* mi-out.c (struct ui_out_data): Replace field first_header with
suppress_output.
(mi_begin, mi_end): Check suppress_header.
(mi_field_int, mi_field_skip): Ditto.
(mi_field_string, mi_field_fmt): Ditto.
(mi_table_begin): When nr_rows is zero, set suppress_header else,
output the start of the header.
(mi_table_body): Clear suppress header.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/ChangeLog.diff?cvsroot=src&r1=1.30&r2=1.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-out.c.diff?cvsroot=src&r1=1.17&r2=1.18