diff options
author | Stu Grossman <grossman@cygnus> | 1995-05-22 23:03:42 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-05-22 23:03:42 +0000 |
commit | f5a8f1a6f38e8f87950258eb7a3f5417392458ac (patch) | |
tree | 0d8e96d2ca380b50241f8d7488f0e67f534d5272 /gdb/ChangeLog | |
parent | 8574107796387f81e1e82756750f65063ad2eb5b (diff) | |
download | gdb-f5a8f1a6f38e8f87950258eb7a3f5417392458ac.zip gdb-f5a8f1a6f38e8f87950258eb7a3f5417392458ac.tar.gz gdb-f5a8f1a6f38e8f87950258eb7a3f5417392458ac.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cdb7422..b066e57 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Mon May 22 15:38:25 1995 Stu Grossman (grossman@cygnus.com) + + * 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. + Mon May 22 06:47:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * breakpoint.c, target.h: Move defaults of watchpoint related |