summaryrefslogtreecommitdiff
path: root/ddb/db_examine.h
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_examine.h')
-rw-r--r--ddb/db_examine.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ddb/db_examine.h b/ddb/db_examine.h
index 96ad719..197f397 100644
--- a/ddb/db_examine.h
+++ b/ddb/db_examine.h
@@ -43,4 +43,10 @@ extern void db_print_loc_and_inst (
db_addr_t loc,
task_t task);
+int db_xcdump(
+ db_addr_t addr,
+ int size,
+ int count,
+ task_t task);
+
#endif /* _DDB_DB_EXAMINE_H_ */