summaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-09-19 18:46:29 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-09-19 18:46:29 +0000
commitc79408a0598671ed3c1c62bca8d950a31e0e88ef (patch)
treec1476f925d34a2b15d6347328a15e33a91997d2f /sys/ddb
parent37ee08bcabbaf392f03e6130d10c3461a3518e63 (diff)
Notes
Diffstat (limited to 'sys/ddb')
-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 ce3ffc41278a..1eb87ba0ce27 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -134,6 +134,9 @@ db_cmdfcn_t ipc_port_print;
db_cmdfcn_t vm_page_print;
#endif
+/* Scare the user with backtrace of curthread to console. */
+void db_print_backtrace(void);
+
/*
* Command table.
*/