summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-06-01 13:00:47 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-06-01 13:00:47 +0000
commita61c183a1400e2ed0646127fe63cef6460e6ad4a (patch)
treec96ede5312e10d9656f0a7de1cbfa07e36e972b8
parent2cbee3b0830102241a1146b4b5a91a44c30e5059 (diff)
downloadcygnal-a61c183a1400e2ed0646127fe63cef6460e6ad4a.tar.gz
cygnal-a61c183a1400e2ed0646127fe63cef6460e6ad4a.tar.bz2
cygnal-a61c183a1400e2ed0646127fe63cef6460e6ad4a.zip
* gdb/breakpoint.c (insert_bp_location): Remember the failing
watchpoint address and pass to remove_breakpoint. (remove_breakpoints, remove_hw_watchpoints, reattach_breakpoints, detach_breakpoints): Adjust remove_breakpoint call. (remove_breakpoint): Add VAL_FAILED parameter. Stop removing watchpoint addresses when it is reached. (delete_breakpoint): Adjust remove_breakpoint call.
-rw-r--r--ChangeLog.csl10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index d22ce1ab2..5ccd8ced3 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,13 @@
+2006-06-01 Nathan Sidwell <nathan@codesourcery.com>
+
+ * gdb/breakpoint.c (insert_bp_location): Remember the failing
+ watchpoint address and pass to remove_breakpoint.
+ (remove_breakpoints, remove_hw_watchpoints, reattach_breakpoints,
+ detach_breakpoints): Adjust remove_breakpoint call.
+ (remove_breakpoint): Add VAL_FAILED parameter. Stop removing
+ watchpoint addresses when it is reached.
+ (delete_breakpoint): Adjust remove_breakpoint call.
+
2006-05-24 Nathan Sidwell <nathan@codesourcery.com>
* gdb/remote-fileio.c (remote_fileio_reset): New.