* breakpoint.c: Move defaults of watchpoint related macros into
authorStu Grossman <grossman@cygnus>
Mon, 22 May 1995 23:03:42 +0000 (23:03 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 22 May 1995 23:03:42 +0000 (23:03 +0000)
commitf5a8f1a6f38e8f87950258eb7a3f5417392458ac
tree0d8e96d2ca380b50241f8d7488f0e67f534d5272
parent8574107796387f81e1e82756750f65063ad2eb5b
* breakpoint.c:  Move defaults of watchpoint related macros into
target.h.
* target.h:  Macros from breakpoint.c.  Conditionalize based on
TARGET_HAS_HARDWARE_WATCHPOINTS.
* i386v-nat.c procfs.c:  Use TARGET_HAS_HARDWARE_WATCHPOINTS
instead of TARGET_CAN_USE_HARDWARE_WATCHPOINT to enable watchpoint
code.
* config/i386/nm-linux.h, config/mips/nm-irix4.h,
config/pa/nm-hppab.h, config/sparc/tm-sparclite.h:  #define
TARGET_HAS_HARDWARE_WATCHPOINTS to enable watchpoint code.
gdb/ChangeLog
gdb/config/mips/nm-irix4.h
gdb/config/pa/nm-hppab.h
gdb/config/sparc/tm-sparclite.h
gdb/i386v-nat.c
gdb/procfs.c