diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-19 20:30:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-19 20:30:11 +0000 |
commit | 698384cd697ed840db169c7fe177f9021841624f (patch) | |
tree | 6019e15470da4b8d6c5da0161cc81149d872655b /gdb/ChangeLog | |
parent | 429d935daaf8b8bd56656d15801b6b61412eca3d (diff) | |
download | gdb-698384cd697ed840db169c7fe177f9021841624f.zip gdb-698384cd697ed840db169c7fe177f9021841624f.tar.gz gdb-698384cd697ed840db169c7fe177f9021841624f.tar.bz2 |
* cli-out.c: Include "gdb_assert.h'.
(struct ui_out_data): Add field ``suppress_output.
(cli_table_begin): When NR_ROWS is zero, suppress_output.
(cli_table_end): Clear suppress_output.
(cli_table_body): Check suppress_output.
(cli_table_header, cli_begin): Ditto.
(cli_end, cli_field_int, cli_field_skip): Ditto.
(cli_field_string, cli_field_fmt, cli_spaces): Ditto.
(cli_text, cli_message, cli_wrap_hint): Ditto.
* breakpoint.c (breakpoint_1): Close the ui_out table before
printing the breakpoint not found message.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 23633f0..1e436d8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2001-06-19 Andrew Cagney <ac131313@redhat.com> + + * cli-out.c: Include "gdb_assert.h'. + (struct ui_out_data): Add field ``suppress_output. + (cli_table_begin): When NR_ROWS is zero, suppress_output. + (cli_table_end): Clear suppress_output. + (cli_table_body): Check suppress_output. + (cli_table_header, cli_begin): Ditto. + (cli_end, cli_field_int, cli_field_skip): Ditto. + (cli_field_string, cli_field_fmt, cli_spaces): Ditto. + (cli_text, cli_message, cli_wrap_hint): Ditto. + * breakpoint.c (breakpoint_1): Close the ui_out table before + printing the breakpoint not found message. + 2001-06-18 Andrew Cagney <ac131313@redhat.com> * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''. |