diff options
author | Pedro Alves <palves@redhat.com> | 2010-03-04 15:37:26 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-03-04 15:37:26 +0000 |
commit | c7437ca6e4ecefbaa0a0ebef0e68f09f8f19c449 (patch) | |
tree | 5d9969e4bbb8254fdf79911c4e5f1009a76a5880 /gdb/ChangeLog | |
parent | 58dadb1bdf0ace689fd17cab2676338fe32b44c0 (diff) | |
download | gdb-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/ChangeLog | 6 |
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. |