HomeSort by: relevance | last modified time | path
    Searched refs:DB_TRAP_BKPT_INSN (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/or1k/include/
db_machdep.h 54 #define DB_TRAP_BKPT_INSN 2
58 ((type) == DB_TRAP_BREAKPOINT || (type) == DB_TRAP_BKPT_INSN)
  /src/sys/arch/aarch64/include/
db_machdep.h 99 #define DB_TRAP_BKPT_INSN 2
104 ((type) == DB_TRAP_BKPT_INSN)
  /src/sys/arch/aarch64/aarch64/
db_machdep.c 1149 * next DB_TRAP_BKPT_INSN (ddb's STEP_INVISIBLE mode).
1154 case DB_TRAP_BKPT_INSN:
trap.c 236 kdb_trap(DB_TRAP_BKPT_INSN, tf);

Completed in 31 milliseconds