diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-12-21 15:01:32 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-12-21 15:01:32 +0000 |
commit | db2ad4c3f7d0c035ad9e38e312d0cf24a906f701 (patch) | |
tree | a3804fa9899e7b0d9a4206f9bcd759d135401d5e /gdb/testsuite/ChangeLog | |
parent | 22e8c8e0c1d95681c1e4b869b1c84a872d5d5077 (diff) | |
download | gdb-db2ad4c3f7d0c035ad9e38e312d0cf24a906f701.zip gdb-db2ad4c3f7d0c035ad9e38e312d0cf24a906f701.tar.gz gdb-db2ad4c3f7d0c035ad9e38e312d0cf24a906f701.tar.bz2 |
gdb/
Fix hw watchpoints created before the inferior was started.
* breakpoint.c (update_watchpoint): Convert the bp_watchpoint and
bp_hardware_watchpoint types according to the current runtime state.
gdb/testsuite/
* gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e8b18bd..23a1cfe 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New. + 2008-12-16 Christophe Lyon <christophe.lyon@st.com> * gdb.base/expand-psymtabs.c: Insert code in foo so that the |