summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_watch.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-09-10 03:01:25 +0000
committermarcel <marcel@FreeBSD.org>2005-09-10 03:01:25 +0000
commit5c8a9dbf0f5cb3b314fdecf87236ae88f4aa5c8e (patch)
tree2eb12d424d094aa2214ff516e993dbfab24f5b87 /sys/ddb/db_watch.c
parent6798cfc6b59c78fe4bba3810e41d92bda4c52281 (diff)
downloadFreeBSD-src-5c8a9dbf0f5cb3b314fdecf87236ae88f4aa5c8e.zip
FreeBSD-src-5c8a9dbf0f5cb3b314fdecf87236ae88f4aa5c8e.tar.gz
Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()
and db_md_list_watchpoints() to ddb/ddb.h.
Diffstat (limited to 'sys/ddb/db_watch.c')
-rw-r--r--sys/ddb/db_watch.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c
index 6aa8103..6783094 100644
--- a/sys/ddb/db_watch.c
+++ b/sys/ddb/db_watch.c
@@ -66,11 +66,6 @@ static void db_list_watchpoints(void);
static void db_set_watchpoint(vm_map_t map, db_addr_t addr,
vm_size_t size);
-int db_md_set_watchpoint(db_expr_t addr, db_expr_t size);
-int db_md_clr_watchpoint(db_expr_t addr, db_expr_t size);
-void db_md_list_watchpoints(void);
-
-
static db_watchpoint_t
db_watchpoint_alloc()
{
OpenPOWER on IntegriCloud