Searched refs:is_breakpoint (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/ddb/
H A Ddb_run.c97 db_stop_at_pc(int type, int code, bool *is_breakpoint, bool *is_watchpoint) argument
102 *is_breakpoint = IS_BREAKPOINT_TRAP(type, code);
106 *is_breakpoint = false;
113 if (*is_breakpoint) {
130 *is_breakpoint = true;
134 } else if (*is_breakpoint) {
140 *is_breakpoint = false; /* might be a breakpoint, but not ours */
H A Dddb.h218 bool db_stop_at_pc(int type, int code, bool *is_breakpoint,

Completed in 109 milliseconds