aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/db_trace.c
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2005-09-10 03:01:25 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2005-09-10 03:01:25 +0000
commit216e80c2bae65febd83b46c986c85c0d8fe9efa3 (patch)
tree2eb12d424d094aa2214ff516e993dbfab24f5b87 /sys/amd64/amd64/db_trace.c
parent464d16ddf01fad6e886ed4b5b1b9dc69d68bfe1b (diff)
downloadsrc-216e80c2bae65febd83b46c986c85c0d8fe9efa3.tar.gz
src-216e80c2bae65febd83b46c986c85c0d8fe9efa3.zip
Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()
and db_md_list_watchpoints() to ddb/ddb.h.
Notes
Notes: svn path=/head/; revision=149925
Diffstat (limited to 'sys/amd64/amd64/db_trace.c')
-rw-r--r--sys/amd64/amd64/db_trace.c3
1 files changed, 0 insertions, 3 deletions
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".