summaryrefslogtreecommitdiffstats
path: root/sys/alpha
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/alpha
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/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 12b6af4..be59a22 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.
OpenPOWER on IntegriCloud