diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-27 17:27:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-27 17:27:08 +0000 |
commit | cff22675c610105a7d0a2cf13b348497d4e2fa9f (patch) | |
tree | 26f61569a97c8d2066b5e02cd087c929da3acdf2 /gdb/mi/ChangeLog | |
parent | 38b87a1b807c1caeee3e66f67fa94d89962bbfb4 (diff) | |
download | gdb-cff22675c610105a7d0a2cf13b348497d4e2fa9f.zip gdb-cff22675c610105a7d0a2cf13b348497d4e2fa9f.tar.gz gdb-cff22675c610105a7d0a2cf13b348497d4e2fa9f.tar.bz2 |
For MI>0, output full breakpoint table header information. Output the
breakpoint table body as a list.
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r-- | gdb/mi/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 3bafadf..2611b45 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,17 @@ +2001-06-27 Andrew Cagney <ac131313@redhat.com> + + * mi-out.c (mi_table_begin): Include nr_cols and nr_rows in mi1 + table output. + * mi-out.c (mi_table_begin): Only suppress output when mi0. Change + the header to a list. + (mi_table_body): For mi1, close the header list and open a table + body list. + (mi_table_end): For mi1, close the body list. + (mi_table_header): For mi1, output a tuple containing all the + header information. + (mi_open, mi_close): Reverse logic of mi_version test. + * gdbmi.texinfo (GDB/MI Breakpoint Table Commands): Update. + 2001-06-26 Andrew Cagney <ac131313@redhat.com> * gdbmi.texinfo (GDB/MI Output Syntax): Delete reference to query |