diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2009-12-30 20:11:49 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2009-12-30 20:11:49 +0000 |
commit | 7b838ca220ab177d288bca2629d73b50ebbe7abc (patch) | |
tree | 0cf797092695b460a092fed2e6a23c650c1a26d6 /gdb/ChangeLog | |
parent | bb321bb1c4c33cdea5f547e727833e7f17f1cd3f (diff) | |
download | gdb-7b838ca220ab177d288bca2629d73b50ebbe7abc.zip gdb-7b838ca220ab177d288bca2629d73b50ebbe7abc.tar.gz gdb-7b838ca220ab177d288bca2629d73b50ebbe7abc.tar.bz2 |
20090-12-30 Jan Kratochvil <jan.kratochvil@redhat.com>
Thiago Jung Bauermann <bauerman@br.ibm.com>
* breakpoint.c (update_watchpoint): Change b->type to
bp_watchpoint before calling hw_watchpoint_used_count.
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 429e5e0..e7e1802 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +20090-12-30 Jan Kratochvil <jan.kratochvil@redhat.com> + Thiago Jung Bauermann <bauerman@br.ibm.com> + + * breakpoint.c (update_watchpoint): Change b->type to + bp_watchpoint before calling hw_watchpoint_used_count. + 2009-12-30 Joel Brobecker <brobecker@adacore.com> * breakpoint.c (watchpoint_check): Expand the function description. |