OSDN Git Service

* config/s390/nm-linux.h (KERNEL_U_SIZE): Remove.
authorUlrich Weigand <uweigand@de.ibm.com>
Sun, 11 Sep 2005 21:54:59 +0000 (21:54 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Sun, 11 Sep 2005 21:54:59 +0000 (21:54 +0000)
commit8c504096dee5747f74a6d34246b186b701a39a8b
tree61b19880926aa678bb1de6d0f61ad508e3b401ac
parentb496de2c0218ee2b946acdd7d153334bf9a53022
* 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.
gdb/ChangeLog
gdb/config/s390/nm-linux.h
gdb/s390-nat.c