summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_watch.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-11-29 10:25:50 +0000
committerphk <phk@FreeBSD.org>1995-11-29 10:25:50 +0000
commit6056f81916a007badc44587b720c1bc308265cae (patch)
tree04a837dcdadd73fa6cc99eaeb902219e812b9833 /sys/ddb/db_watch.h
parent051ce4c479c45d09eeaf7abcee957e6330406458 (diff)
downloadFreeBSD-src-6056f81916a007badc44587b720c1bc308265cae.zip
FreeBSD-src-6056f81916a007badc44587b720c1bc308265cae.tar.gz
Staticized and '#ifdef notused' stuff we don't use.
Diffstat (limited to 'sys/ddb/db_watch.h')
-rw-r--r--sys/ddb/db_watch.h9
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_ */
OpenPOWER on IntegriCloud