From 216e80c2bae65febd83b46c986c85c0d8fe9efa3 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 10 Sep 2005 03:01:25 +0000 Subject: Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint() and db_md_list_watchpoints() to ddb/ddb.h. --- sys/amd64/amd64/db_trace.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/amd64/amd64/db_trace.c') diff --git a/sys/amd64/amd64/db_trace.c b/sys/amd64/amd64/db_trace.c index afffe2d671b8..567f66e92a41 100644 --- a/sys/amd64/amd64/db_trace.c +++ b/sys/amd64/amd64/db_trace.c @@ -202,9 +202,6 @@ static char * watchtype_str(int type); int amd64_set_watch(int watchnum, unsigned int watchaddr, int size, int access, struct dbreg * d); int amd64_clr_watch(int watchnum, struct dbreg * d); -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); /* * Figure out how many arguments were passed into the frame at "fp". -- cgit v1.2.3