aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 518ab63..4a24e60 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2008-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Fix loc_type of `bp_location's created by update_watchpoint.
+ * breakpoint.c (allocate_bp_location): Remove the bp_type parameter.
+ Replace bp_type by bpt->type. Update prototype. All callers updated.
+ (add_location_to_breakpoint): Remove the bp_type parameter.
+ Replace bp_type by b->type. All callers updated.
+ (set_breakpoint_location_function): Replace bptype by b->type.
+
2008-12-07 Jan Kratochvil <jan.kratochvil@redhat.com>
* breakpoint.c (update_global_location_list): Fix the comment.