summaryrefslogtreecommitdiffstats
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-12-16 11:44:20 +0000
committerkib <kib@FreeBSD.org>2011-12-16 11:44:20 +0000
commit02726a0b7125ed1de732abb3b4a16c11c1f262dc (patch)
tree57c1c1ff080a1cf0b1ec9827042cb3de5bc318f0 /sys/ddb/ddb.h
parent30b0342f622275bfb4948b796470712830e2626a (diff)
downloadFreeBSD-src-02726a0b7125ed1de732abb3b4a16c11c1f262dc.zip
FreeBSD-src-02726a0b7125ed1de732abb3b4a16c11c1f262dc.tar.gz
Add 'findstack' ddb command to search either the thread kernel stack
or cached stack containing the specified kernel virtual address. Discussed with: pho MFC after: 1 week
Diffstat (limited to 'sys/ddb/ddb.h')
-rw-r--r--sys/ddb/ddb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index 9b240b6..93bf713 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -226,6 +226,7 @@ db_cmdfcn_t db_delete_cmd;
db_cmdfcn_t db_deletehwatch_cmd;
db_cmdfcn_t db_deletewatch_cmd;
db_cmdfcn_t db_examine_cmd;
+db_cmdfcn_t db_findstack_cmd;
db_cmdfcn_t db_hwatchpoint_cmd;
db_cmdfcn_t db_listbreak_cmd;
db_cmdfcn_t db_scripts_cmd;
OpenPOWER on IntegriCloud