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

  /src/sys/arch/usermode/usermode/
cpufunc.S 7 ENTRY(breakpoint) function
13 END(breakpoint)
18 ENTRY(breakpoint) function
68 ENTRY(breakpoint) function
  /src/sys/arch/sun68k/stand/libsa/
SRT1.c 87 /* Setup trap 14 for use as a breakpoint. */
103 breakpoint(void) function
  /src/sys/arch/ia64/include/
cpufunc.h 47 breakpoint(void) function
  /src/sys/arch/i386/i386/
cpufunc.S 265 ENTRY(breakpoint) function
271 END(breakpoint)
  /src/sys/arch/amd64/amd64/
cpufunc.S 353 ENTRY(breakpoint) function
359 END(breakpoint)
  /src/lib/libm/src/
math_private.h 882 #define breakpoint() asm("int $3") macro
886 #define breakpoint() raise(SIGTRAP) macro
  /src/sys/arch/sparc64/sparc64/
locore.s 371 /* breakpoint acts differently under kgdb */
811 BPT ! 0x101 = pseudo breakpoint instruction
1022 BPT ! 0x101 = pseudo breakpoint instruction
1157 BPT ! 0x101 = pseudo breakpoint instruction
3896 * breakpoint: capture as much info as possible and then call DDB
3905 breakpoint: label
3964 * bpt is entered on all breakpoint traps.
3965 * If this is a kernel breakpoint, we do not want to call trap().
3970 andcc %l4, %l0, %g0 ! breakpoint from kernel?
4020 * Enter kernel breakpoint. Write all the windows (not including th
    [all...]

Completed in 493 milliseconds