aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2004-03-19 20:49:43 +0000
committerKevin Buettner <kevinb@redhat.com>2004-03-19 20:49:43 +0000
commit88f7da0511bc14bcc93b34bb642f16a66412e347 (patch)
tree6d7576cd6d1badc9c01dc8a9c7ab54ea744ca6e8 /gdb/ChangeLog
parent9992270f89c4cb54f60e38981c3d0837c6a07523 (diff)
downloadgdb-88f7da0511bc14bcc93b34bb642f16a66412e347.zip
gdb-88f7da0511bc14bcc93b34bb642f16a66412e347.tar.gz
gdb-88f7da0511bc14bcc93b34bb642f16a66412e347.tar.bz2
* breakpoint.c (adjust_breakpoint_address): Don't adjust
breakpoint address for watchpoints or the catch eventpoints. Add new paramter ``bptype''. Adjust all callers.
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 c0f256e..dfc5524 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-19 Kevin Buettner <kevinb@redhat.com>
+
+ * breakpoint.c (adjust_breakpoint_address): Don't adjust
+ breakpoint address for watchpoints or the catch eventpoints.
+ Add new paramter ``bptype''. Adjust all callers.
+
2004-03-19 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.