diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 95d0bff..1abc0df 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com> + Hui Zhu <teawater@gmail.com> + + * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and + tmp_to_stopped_data_address. + (record_open): Reset tmp_to_stopped_by_watchpoint and + tmp_to_stopped_data_address. + * target.c (init_dummy_target): Add to_stopped_by_watchpoint and + to_stopped_data_address. + 2010-03-08 Hui Zhu <teawater@gmail.com> * i386-tdep.c (i386_process_record): Initialize regnum. |