summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authoraburgess <aburgess>2013-10-18 16:25:13 +0000
committeraburgess <aburgess>2013-10-18 16:25:13 +0000
commit624b1f28f1a90fcacfaee2e02f57ba5c4a81b69c (patch)
treefd5416f2265f8c3665075c7ada4b4147ed629173 /gdb/ChangeLog
parent6406ab0a2b2587e3accf4ead9af1e0cd7701bc17 (diff)
downloadgdb-624b1f28f1a90fcacfaee2e02f57ba5c4a81b69c.tar.gz
Hardware watchpoints turned off, inferior not yet started.
https://sourceware.org/ml/gdb-patches/2013-10/msg00477.html gdb/ChangeLog * breakpoint.c (update_watchpoint): If hardware watchpoints are forced off, downgrade them to software watchpoints if possible, and error out if not possible. (watch_command_1): Move watchpoint type selection closer to watchpoint creation, and extend the comments. gdb/testsuite/ChangeLog * gdb.base/watchpoints.exp: Add test for setting software watchpoints of different types before starting the inferior.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c3e3d210794..30829f5bf50 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2013-10-18 Andrew Burgess <aburgess@broadcom.com>
+
+ * breakpoint.c (update_watchpoint): If hardware watchpoints are
+ forced off, downgrade them to software watchpoints if possible,
+ and error out if not possible.
+ (watch_command_1): Move watchpoint type selection closer to
+ watchpoint creation, and extend the comments.
+
2013-10-18 Pedro Alves <palves@redhat.com>
PR gdb/16062