OSDN Git Service

2003-08-29 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 29 Aug 2003 16:18:06 +0000 (16:18 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 29 Aug 2003 16:18:06 +0000 (16:18 +0000)
commit48507487b740a93e0dd7dba92bbce04927774ea5
tree4d66e691176ad21a3ca2059c1956087beb0878a5
parent5fce43b3ab36eca51bf7cfb312b107dd2ff41413
2003-08-29  Andrew Cagney  <cagney@redhat.com>

* config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
(TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
(target_remove_watchpoint): Delete macro.
(target_insert_watchpoint): Delete macro.
(remote_mips_can_use_hardware_watchpoint): Delete declaration.
(remote_mips_stopped_by_watchpoint): Delete declaration.
(remote_mips_remove_watchpoint): Delete declaration.
(remote_mips_set_watchpoint): Delete declaration.
(TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
* remote-mips.c (_initialize_remote_mips): Set
"to_insert_watchpoint", "to_stopped_by_watchpoint",
"to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
(mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
(mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
(mips_stopped_by_watchpoint): Rename
remote_mips_stopped_by_watchpoint.
(mips_can_hardware_watchpoint): Rename
remote_mips_can_use_hardware_watchpoint, update function
signature.
gdb/ChangeLog
gdb/config/mips/tm-embed.h
gdb/remote-mips.c