summaryrefslogtreecommitdiffstats
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
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 ce3ffc4..1eb87ba 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.
*/
OpenPOWER on IntegriCloud