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