aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2005-09-11 21:54:59 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2005-09-11 21:54:59 +0000
commitfd7979d1fe3d0b38b9b045b4f635e74b7456daab (patch)
tree541fd6875cb6728ba5a044a1a273d09aaa582759 /gdb/ChangeLog
parent40e55befbf32a76e0fe56029b04bfe946a0e3a83 (diff)
downloadgdb-fd7979d1fe3d0b38b9b045b4f635e74b7456daab.zip
gdb-fd7979d1fe3d0b38b9b045b4f635e74b7456daab.tar.gz
gdb-fd7979d1fe3d0b38b9b045b4f635e74b7456daab.tar.bz2
* config/s390/nm-linux.h (KERNEL_U_SIZE): Remove.
(PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Likewise. (s390_stopped_by_watchpoint, s390_insert_watchpoint, s390_remove_watchpoint, TARGET_CAN_USE_HARDWARE_WATCHPOINT, TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT, target_insert_watchpoint, target_remove_watchpoint): Likewise. * s390-nat.c: Remove include of <sys/user.h>. (kernel_u_size): Remove. (s390_stopped_by_watchpoint): Make static. (s390_insert_watchpoint, s390_remove_watchpoint): Likewise. (s390_can_use_hw_breakpoint): New function. (s390_region_size_ok_for_hw_watchpoint): Likewise. (_initialize_s390_nat): Add watchpoint methods to target.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c1d85f1..4db4f64 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,20 @@
+2005-09-11 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config/s390/nm-linux.h (KERNEL_U_SIZE): Remove.
+ (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Likewise.
+ (s390_stopped_by_watchpoint, s390_insert_watchpoint,
+ s390_remove_watchpoint, TARGET_CAN_USE_HARDWARE_WATCHPOINT,
+ TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT,
+ STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
+ target_remove_watchpoint): Likewise.
+ * s390-nat.c: Remove include of <sys/user.h>.
+ (kernel_u_size): Remove.
+ (s390_stopped_by_watchpoint): Make static.
+ (s390_insert_watchpoint, s390_remove_watchpoint): Likewise.
+ (s390_can_use_hw_breakpoint): New function.
+ (s390_region_size_ok_for_hw_watchpoint): Likewise.
+ (_initialize_s390_nat): Add watchpoint methods to target.
+
2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
Ulrich Weigand <uweigand@de.ibm.com>