diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-09-19 18:46:29 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-09-19 18:46:29 +0000 |
| commit | c79408a0598671ed3c1c62bca8d950a31e0e88ef (patch) | |
| tree | c1476f925d34a2b15d6347328a15e33a91997d2f /sys/ddb | |
| parent | 37ee08bcabbaf392f03e6130d10c3461a3518e63 (diff) | |
Notes
Diffstat (limited to 'sys/ddb')
| -rw-r--r-- | sys/ddb/ddb.h | 3 |
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. */ |
