HomeSort by: relevance | last modified time | path
    Searched defs:T_BREAKPOINT (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/m68k/include/
trap.h 60 #define T_BREAKPOINT T_TRAP15
  /src/sys/arch/arm/include/
db_machdep.h 83 #define T_BREAKPOINT (1)
85 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
  /src/sys/arch/sparc/include/
trap.h 100 #define T_BREAKPOINT 0x81 /* breakpoint `instruction' */
132 #define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)
  /src/sys/arch/powerpc/include/
db_machdep.h 82 #define T_BREAKPOINT 0xffff
83 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
  /src/sys/arch/sparc64/include/
trap.h 111 #define T_BREAKPOINT 0x101 /* breakpoint `instruction' */
153 #define ST_BREAKPOINT (T_BREAKPOINT & 0x7f)

Completed in 33 milliseconds