Searched refs:db_stack_trace (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/ddb/ |
| H A D | db_command.c | 77 static db_cmdfcn_t db_stack_trace; variable 143 DB_CMD("trace", db_stack_trace, CS_OWN|DB_CMD_MEMSAFE), 144 DB_CMD("t", db_stack_trace, CS_OWN|DB_CMD_MEMSAFE), 149 DB_CMD("where", db_stack_trace, CS_OWN|DB_CMD_MEMSAFE), 150 DB_CMD("bt", db_stack_trace, CS_OWN|DB_CMD_MEMSAFE), 826 db_stack_trace(db_expr_t tid, bool hastid, db_expr_t count, char *modif) in db_stack_trace() function
|