diff options
Diffstat (limited to 'gdb/config/frv/tm-frv.h')
-rw-r--r-- | gdb/config/frv/tm-frv.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/config/frv/tm-frv.h b/gdb/config/frv/tm-frv.h index 40a2480..303d1d3 100644 --- a/gdb/config/frv/tm-frv.h +++ b/gdb/config/frv/tm-frv.h @@ -45,18 +45,4 @@ extern int frv_check_watch_resources (int type, int cnt, int ot); extern CORE_ADDR frv_stopped_data_address(void); /* Use these macros for watchpoint insertion/deletion. */ -#define target_insert_watchpoint(addr, len, type) \ - remote_insert_watchpoint (addr, len, type) -#define target_remove_watchpoint(addr, len, type) \ - remote_remove_watchpoint (addr, len, type) -#define target_insert_hw_breakpoint(addr, shadow) \ - remote_insert_hw_breakpoint (addr, 1) -#define target_remove_hw_breakpoint(addr, shadow) \ - remote_remove_hw_breakpoint (addr, 1) #define target_stopped_data_address() frv_stopped_data_address() - -/* These declarations should be in remote.h, no? */ -extern int remote_insert_watchpoint (CORE_ADDR addr, int len, int type); -extern int remote_remove_watchpoint (CORE_ADDR addr, int len, int type); -extern int remote_insert_hw_breakpoint (CORE_ADDR addr, int len); -extern int remote_remove_hw_breakpoint (CORE_ADDR addr, int len); |