diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-12 16:44:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-12 16:44:36 +0000 |
commit | 6b28c1868d6eb7cf9e7e3ee55e8a3c843133c2d0 (patch) | |
tree | 71b5eb5c470fcf866db4219a78c3a721d9b52ac4 /gdb/ChangeLog | |
parent | 1e9f9630d4cf7c58040f79187ec32c66bf4384c3 (diff) | |
download | gdb-6b28c1868d6eb7cf9e7e3ee55e8a3c843133c2d0.zip gdb-6b28c1868d6eb7cf9e7e3ee55e8a3c843133c2d0.tar.gz gdb-6b28c1868d6eb7cf9e7e3ee55e8a3c843133c2d0.tar.bz2 |
* ui-out.c (ui_out_list_begin): Add parameter ``id''.
(make_cleanup_ui_out_list_begin_end): Ditto. Open the list.
* ui-out.h: Update declarations.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6c35cb5..2ead54f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-06-12 Andrew Cagney <ac131313@redhat.com> + + * ui-out.c (ui_out_list_begin): Add parameter ``id''. + (make_cleanup_ui_out_list_begin_end): Ditto. Open the list. + * ui-out.h: Update declarations. + Mon Jun 11 17:26:43 2001 Andrew Cagney <cagney@b1.cygnus.com> * source.c (openp): Make parameters ``path'' and ``string'' |