diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-03-20 09:46:00 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-03-20 09:46:00 +0000 |
commit | c97fe386ef32ffb486064c5609dfecb47dd401a8 (patch) | |
tree | 16435179655302f80cf49f07f76d11dfbc383585 /gdb/ChangeLog | |
parent | 38686296b33380716ebee5e36a6915c8ae90fc01 (diff) | |
download | gdb-c97fe386ef32ffb486064c5609dfecb47dd401a8.zip gdb-c97fe386ef32ffb486064c5609dfecb47dd401a8.tar.gz gdb-c97fe386ef32ffb486064c5609dfecb47dd401a8.tar.bz2 |
* breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
Correct the order of calls to ui_out_field_string and
ui_out_list_begin when bs->old_val is NULL.
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 436ae00..ccc9cef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-03-20 Eli Zaretskii <eliz@is.elta.co.il> + + * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]: + Correct the order of calls to ui_out_field_string and + ui_out_list_begin when bs->old_val is NULL. + 2001-03-19 Kevin Buettner <kevinb@redhat.com> * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h. |