HomeSort by relevance Sort by last modified time
    Searched refs:BREAKPOINT_VALUE (Results 1 - 14 of 14) sorted by null

  /external/ltrace/sysdeps/linux-gnu/cris/
arch.h 21 #define BREAKPOINT_VALUE { 0x38, 0xe9 }
  /external/ltrace/sysdeps/linux-gnu/m68k/
arch.h 23 #define BREAKPOINT_VALUE { 0x4e, 0x4f }
  /external/ltrace/sysdeps/linux-gnu/metag/
arch.h 24 #define BREAKPOINT_VALUE { 0x01, 0x00, 0x40, 0xAF }
  /external/ltrace/sysdeps/linux-gnu/aarch64/
arch.h 25 #define BREAKPOINT_VALUE { 0xd4, 0x20, 0, 0 }
  /external/ltrace/sysdeps/linux-gnu/alpha/
arch.h 21 #define BREAKPOINT_VALUE { 0x80, 0x00, 0x00, 0x00 }
  /external/ltrace/sysdeps/linux-gnu/ia64/
arch.h 28 #define BREAKPOINT_VALUE {0}
  /external/ltrace/sysdeps/linux-gnu/s390/
arch.h 22 #define BREAKPOINT_VALUE { 0x00, 0x01 }
  /external/ltrace/sysdeps/linux-gnu/sparc/
arch.h 21 #define BREAKPOINT_VALUE {0x91, 0xd0, 0x20, 0x01}
  /external/ltrace/sysdeps/linux-gnu/x86/
arch.h 27 #define BREAKPOINT_VALUE {0xcc}
  /external/ltrace/sysdeps/linux-gnu/mips/
arch.h 29 # define BREAKPOINT_VALUE { 0x0d, 0x00, 0x00, 0x00 }
32 # define BREAKPOINT_VALUE { 0x00, 0x00, 0x00, 0x0d }
  /external/ltrace/sysdeps/linux-gnu/arm/
arch.h 30 #define BREAKPOINT_VALUE { 0xf0, 0x01, 0xf0, 0xe7 }
breakpoint.c 37 const unsigned char break_insn[] = BREAKPOINT_VALUE;
  /external/ltrace/sysdeps/linux-gnu/ppc/
arch.h 27 #define BREAKPOINT_VALUE { 0x7f, 0xe0, 0x00, 0x08 }
  /external/ltrace/sysdeps/linux-gnu/
breakpoint.c 43 static unsigned char break_insn[] = BREAKPOINT_VALUE;

Completed in 239 milliseconds