Home
last modified time | relevance | path

Searched refs:is_watchpoint (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ddb/
H A Ddb_run.c71 db_stop_at_pc(int type, int code, bool *is_breakpoint, bool *is_watchpoint) in db_stop_at_pc() argument
77 *is_watchpoint = IS_WATCHPOINT_TRAP(type, code); in db_stop_at_pc()
H A Dddb.h258 bool *is_watchpoint);