aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2008-12-08 13:27:38 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2008-12-08 13:27:38 +0000
commit39d615713374a605484fcb0fe9576f91c98ebe78 (patch)
treea089fafbef5c10d74e7dc2b759cd0c183c38842a /gdb/ChangeLog
parent002aea9e259a00594b00fc6cdb7fdfe599080680 (diff)
downloadgdb-39d615713374a605484fcb0fe9576f91c98ebe78.zip
gdb-39d615713374a605484fcb0fe9576f91c98ebe78.tar.gz
gdb-39d615713374a605484fcb0fe9576f91c98ebe78.tar.bz2
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.
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.