Searched refs:db_watchpoint_cmd (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/ddb/ |
H A D | db_watch.h | 46 void db_watchpoint_cmd(db_expr_t, bool, db_expr_t, const char *);
|
H A D | db_watch.c | 183 db_watchpoint_cmd(db_expr_t addr, bool have_addr, in db_watchpoint_cmd() function
|
H A D | db_command.c | 428 { DDB_ADD_CMD("watch", db_watchpoint_cmd, CS_MORE,
|
/netbsd-src/usr.sbin/crash/ |
H A D | crash.c | 242 db_watchpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_watchpoint_cmd() function
|