aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
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/alpha
parent464d16ddf01fad6e886ed4b5b1b9dc69d68bfe1b (diff)
Notes
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/db_trace.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/alpha/alpha/db_trace.c b/sys/alpha/alpha/db_trace.c
index 12b6af46893d..be59a2243129 100644
--- a/sys/alpha/alpha/db_trace.c
+++ b/sys/alpha/alpha/db_trace.c
@@ -100,11 +100,6 @@ static struct special_symbol {
};
-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);
-
-
/*
* Decode the function prologue for the function we're in, and note
* which registers are stored where, and how large the stack frame is.