summaryrefslogtreecommitdiff
path: root/gdb/mi/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-06-21 19:27:50 +0000
committerAndrew Cagney <cagney@redhat.com>2001-06-21 19:27:50 +0000
commit76fe6b98e8b345c8793dcc63ccc1fdf9d659f956 (patch)
tree20ce5608ddc8bd2b0fbcb9cc53dc3c00429567c4 /gdb/mi/ChangeLog
parentf631948d0b929cf4a36bca085e8c85230dc694c2 (diff)
downloadbinutils-gdb-76fe6b98e8b345c8793dcc63ccc1fdf9d659f956.tar.gz
* 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.
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r--gdb/mi/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog
index 5231b9af364..203ced4236d 100644
--- a/gdb/mi/ChangeLog
+++ b/gdb/mi/ChangeLog
@@ -1,5 +1,16 @@
2001-06-21 Andrew Cagney <ac131313@redhat.com>
+ * 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.
+
+2001-06-21 Andrew Cagney <ac131313@redhat.com>
+
* mi-out.c (mi_open): For lists, when mi_version > 0, use ``[''.
(mi_close): Ditto for ``]''.