summaryrefslogtreecommitdiffstats
path: root/sys/ddb/ddb.h
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/ddb.h
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/ddb.h')
-rw-r--r--sys/ddb/ddb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index a9cd0f2..45f9213 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -101,6 +101,9 @@ void db_iprintf(const char *,...) __printflike(1, 2);
struct vm_map *db_map_addr(vm_offset_t);
boolean_t db_map_current(struct vm_map *);
boolean_t db_map_equal(struct vm_map *, struct vm_map *);
+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);
void db_print_loc_and_inst(db_addr_t loc);
void db_print_thread(void);
void db_printf(const char *fmt, ...) __printflike(1, 2);
OpenPOWER on IntegriCloud