Home
last modified time | relevance | path

Searched refs:is_breakpoint (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
76 *is_breakpoint = IS_BREAKPOINT_TRAP(type, code); in db_stop_at_pc()
85 if (*is_breakpoint) { in db_stop_at_pc()
102 *is_breakpoint = true; in db_stop_at_pc()
106 } else if (*is_breakpoint) { in db_stop_at_pc()
112 *is_breakpoint = false; /* might be a breakpoint, but not ours */ in db_stop_at_pc()
H A Dddb.h257 bool db_stop_at_pc(int type, int code, bool *is_breakpoint,