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

  /src/sys/arch/alpha/include/
ptrace.h 56 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0x80, 0x00, 0x00, 0x00 })
  /src/sys/arch/arm/include/
ptrace.h 75 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0xfe, 0xde, 0xff, 0xe7 })
77 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0xe7, 0xff, 0xde, 0xfe })
  /src/sys/arch/sparc/include/
ptrace.h 69 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0x91, 0xd0, 0x20, 0x01 })
  /src/sys/arch/vax/include/
ptrace.h 52 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0x03 })
  /src/sys/arch/riscv/include/
ptrace.h 59 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0x02, 0x90 })
  /src/sys/arch/hppa/include/
ptrace.h 64 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0x00, 0x01, 0x00, 0x04 })
  /src/sys/arch/m68k/include/
ptrace.h 62 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0x4e, 0x4f })
  /src/sys/arch/mips/include/
ptrace.h 85 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0x00, 0x00, 0x00, 0x0d })
  /src/sys/arch/aarch64/include/
ptrace.h 65 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0xa0, 0x01, 0x20, 0xd4 })
  /src/sys/arch/powerpc/include/
ptrace.h 80 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0x7f, 0xe0, 0x00, 0x08 })
  /src/sys/arch/sh3/include/
ptrace.h 78 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0xc3, 0xc3 })
  /src/sys/arch/amd64/include/
ptrace.h 85 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0xcc })
  /src/sys/arch/i386/include/
ptrace.h 117 #define PTRACE_BREAKPOINT ((const uint8_t[]) { 0xcc })
120 #define PTRACE_BREAKPOINT_ADJ sizeof(PTRACE_BREAKPOINT)

Completed in 120 milliseconds