aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-11-20 13:08:16 +0000
committerPedro Alves <palves@redhat.com>2009-11-20 13:08:16 +0000
commitdb82e815be270306f875a1971408ad933c926cca (patch)
tree4d8590d7eaa86c2e736f55461e8a3e8ab2a02ec0 /gdb/ChangeLog
parenteb6cdd53bf4a08e32c4538e5b0521a1aa68bd8ec (diff)
downloadgdb-db82e815be270306f875a1971408ad933c926cca.zip
gdb-db82e815be270306f875a1971408ad933c926cca.tar.gz
gdb-db82e815be270306f875a1971408ad933c926cca.tar.bz2
* infrun.c (handle_inferior_event): Hardware hatchpoint traps are
never random signals. * breakpoint.c (update_global_location_list): Always delete immediately delete hardware watchpoint locations and other locations whose target address isn't meaningful. Update comment explaining the hazard of moribund locations.
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 ea55fb1..e2e2e1e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2009-11-20 Pedro Alves <pedro@codesourcery.com>
+
+ * infrun.c (handle_inferior_event): Hardware hatchpoint traps are
+ never random signals.
+ * breakpoint.c (update_global_location_list): Always delete
+ immediately delete hardware watchpoint locations and other
+ locations whose target address isn't meaningful. Update comment
+ explaining the hazard of moribund locations.
+
2009-11-19 Joel Brobecker <brobecker@adacore.com>
* ada-lang.c (discrete_type_p): TYPE_CODE_BOOL is also a discrete type.