aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2010-03-04 15:37:26 +0000
committerPedro Alves <palves@redhat.com>2010-03-04 15:37:26 +0000
commitc7437ca6e4ecefbaa0a0ebef0e68f09f8f19c449 (patch)
tree5d9969e4bbb8254fdf79911c4e5f1009a76a5880 /gdb/ChangeLog
parent58dadb1bdf0ace689fd17cab2676338fe32b44c0 (diff)
downloadgdb-c7437ca6e4ecefbaa0a0ebef0e68f09f8f19c449.zip
gdb-c7437ca6e4ecefbaa0a0ebef0e68f09f8f19c449.tar.gz
gdb-c7437ca6e4ecefbaa0a0ebef0e68f09f8f19c449.tar.bz2
gdb/
* breakpoint.c (update_watchpoint): Create a sentinel location if the software watchpoint isn't watching any memory. (breakpoint_address_bits): Skip dummy software watchpoint locations. gdb/testsuite/ * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1cd63d8..128cc9a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2010-03-04 Pedro Alves <pedro@codesourcery.com>
+ * breakpoint.c (update_watchpoint): Create a sentinel location if
+ the software watchpoint isn't watching any memory.
+ (breakpoint_address_bits): Skip dummy software watchpoint locations.
+
+2010-03-04 Pedro Alves <pedro@codesourcery.com>
+
* utils.c (fputs_maybe_filtered): Check if there's already a top
level interpreter before dereferencing it. If there isn't one,
don't paginate either.