Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_run.c97 db_stop_at_pc(int type, int code, bool *is_breakpoint, bool *is_watchpoint) in db_stop_at_pc() argument
103 *is_watchpoint = IS_WATCHPOINT_TRAP(type, code); in db_stop_at_pc()
H A Dddb.h221 bool *is_watchpoint);