/src/sys/ddb/ |
db_watch.h | 46 void db_watchpoint_cmd(db_expr_t, bool, db_expr_t, const char *);
|
db_watch.c | 183 db_watchpoint_cmd(db_expr_t addr, bool have_addr, function in typeref:typename:void
|
db_command.c | 428 { DDB_ADD_CMD("watch", db_watchpoint_cmd, CS_MORE,
|
/src/usr.sbin/crash/ |
crash.c | 242 db_watchpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, function in typeref:typename:void
|