diff options
Diffstat (limited to 'sys/ddb/db_watch.h')
-rw-r--r-- | sys/ddb/db_watch.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index aed0a32..f6a3983 100644 --- a/sys/ddb/db_watch.h +++ b/sys/ddb/db_watch.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_watch.h,v 1.4 1995/05/30 07:57:21 rgrimes Exp $ + * $Id: db_watch.h,v 1.5 1995/11/24 13:53:03 bde Exp $ */ /* @@ -48,11 +48,4 @@ typedef struct db_watchpoint { struct db_watchpoint *link; /* link in in-use or free chain */ } *db_watchpoint_t; -void db_delete_watchpoint __P((vm_map_t map, db_addr_t addr)); -boolean_t db_find_watchpoint __P((vm_map_t map, db_addr_t addr, - db_regs_t *regs)); -void db_list_watchpoints __P((void)); -void db_set_watchpoint __P((vm_map_t map, db_addr_t addr, - vm_size_t size)); - #endif /* !_DDB_DB_WATCH_H_ */ |