Home
last modified time | relevance | path

Searched refs:BREAKPOINT_LENGTH (Results 1 – 16 of 16) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/
Dbreakpoint.c50 for (i = 0; i < 1 + ((BREAKPOINT_LENGTH - 1) / sizeof(long)); i++) { in arch_enable_breakpoint()
62 && i * sizeof(long) + j < BREAKPOINT_LENGTH; j++) { in arch_enable_breakpoint()
101 for (i = 0; i < 1 + ((BREAKPOINT_LENGTH - 1) / sizeof(long)); i++) { in arch_disable_breakpoint()
112 && i * sizeof(long) + j < BREAKPOINT_LENGTH; j++) { in arch_disable_breakpoint()
/external/ltrace/sysdeps/linux-gnu/arm/
Dbreakpoint.c42 for (i = 0; i < 1 + ((BREAKPOINT_LENGTH - 1) / sizeof(long)); i++) { in arch_enable_breakpoint()
53 for (j = 0; j < sizeof(long) && i * sizeof(long) + j < BREAKPOINT_LENGTH; j++) { in arch_enable_breakpoint()
75 for (i = 0; i < 1 + ((BREAKPOINT_LENGTH - 1) / sizeof(long)); i++) { in arch_disable_breakpoint()
86 for (j = 0; j < sizeof(long) && i * sizeof(long) + j < BREAKPOINT_LENGTH; j++) { in arch_disable_breakpoint()
Darch.h31 #define BREAKPOINT_LENGTH 4 macro
/external/ltrace/sysdeps/linux-gnu/cris/
Darch.h22 #define BREAKPOINT_LENGTH 2 macro
/external/ltrace/sysdeps/linux-gnu/ppc/
Dtrace.c105 char buf[BREAKPOINT_LENGTH]; in arch_sw_singlestep()
108 memcpy(u.buf, sbp->orig_value, BREAKPOINT_LENGTH); in arch_sw_singlestep()
Darch.h28 #define BREAKPOINT_LENGTH 4 macro
/external/ltrace/sysdeps/linux-gnu/m68k/
Darch.h24 #define BREAKPOINT_LENGTH 2 macro
/external/ltrace/sysdeps/linux-gnu/metag/
Darch.h25 #define BREAKPOINT_LENGTH 4 macro
/external/ltrace/sysdeps/linux-gnu/alpha/
Darch.h22 #define BREAKPOINT_LENGTH 4 macro
/external/ltrace/sysdeps/linux-gnu/sparc/
Darch.h22 #define BREAKPOINT_LENGTH 4 macro
/external/ltrace/sysdeps/linux-gnu/aarch64/
Darch.h26 #define BREAKPOINT_LENGTH 4 macro
/external/ltrace/sysdeps/linux-gnu/ia64/
Darch.h27 #define BREAKPOINT_LENGTH 16 macro
/external/ltrace/sysdeps/linux-gnu/s390/
Darch.h23 #define BREAKPOINT_LENGTH 2 macro
/external/ltrace/sysdeps/linux-gnu/x86/
Darch.h28 #define BREAKPOINT_LENGTH 1 macro
/external/ltrace/sysdeps/linux-gnu/mips/
Darch.h38 #define BREAKPOINT_LENGTH 4 macro
/external/ltrace/
Dbreakpoint.h66 unsigned char orig_value[BREAKPOINT_LENGTH];