aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPhilippe Waroquiers <philippe@sourceware.org>2011-08-03 21:17:09 +0000
committerPhilippe Waroquiers <philippe@sourceware.org>2011-08-03 21:17:09 +0000
commit934709f0f26ebeaa5266669c45f8aa3d99b996a0 (patch)
treebf05ab41a3d8bb5e68ea1207ce1f3f989bcf6755 /gdb/ChangeLog
parent7c176fa823e0c2387e4e7919734afbbd12ba2556 (diff)
downloadgdb-934709f0f26ebeaa5266669c45f8aa3d99b996a0.zip
gdb-934709f0f26ebeaa5266669c45f8aa3d99b996a0.tar.gz
gdb-934709f0f26ebeaa5266669c45f8aa3d99b996a0.tar.bz2
2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
* breakpoint.c (update_global_location_list): Ensure invariant 'first loc marked not duplicated and inserted, following locs marked duplicated/not inserted' is respected for multiple locations at the same address. (unduplicated_should_be_inserted) New function. (swap_insertion) New function. 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> * gdb.base/break-always.exp: Complete the test with duplicated breakpoints and enabling/disabling them.
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 6c5c594..358f515 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
+
+ * breakpoint.c (update_global_location_list): Ensure
+ invariant 'first loc marked not duplicated and inserted,
+ following locs marked duplicated/not inserted' is respected
+ for multiple locations at the same address.
+ (unduplicated_should_be_inserted) New function.
+ (swap_insertion) New function.
+
2011-08-03 Jan Kratochvil <jan.kratochvil@redhat.com>
* stack.c (print_frame_arguments_choices): Comment typo fix.