Home
last modified time | relevance | path

Searched refs:get_instruction_pointer (Results 1 – 24 of 24) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/ppc/
Dtrace.c67 long pc = (long)get_instruction_pointer(proc); in syscall_p()
94 arch_addr_t ip = get_instruction_pointer(proc); in arch_sw_singlestep()
Dregs.c44 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
Dplt.c919 arch_addr_t addr = get_instruction_pointer(proc) + 4; in cb_keep_stepping_p()
1027 if (get_instruction_pointer(task) == bp->addr) { in detach_task_cb()
/external/ltrace/sysdeps/linux-gnu/alpha/
Dregs.c40 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
Dtrace.c54 char *ip = get_instruction_pointer(proc) - 4; in syscall_p()
/external/ltrace/sysdeps/linux-gnu/mips/
Dregs.c53 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
Dtrace.c95 long pc = (long)get_instruction_pointer(proc); in syscall_p()
272 uint32_t pc = (uint32_t) get_instruction_pointer(proc); in arch_sw_singlestep()
/external/ltrace/sysdeps/linux-gnu/m68k/
Dregs.c40 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
/external/ltrace/sysdeps/linux-gnu/cris/
Dregs.c40 void *get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
Dtrace.c54 long pc = (long)get_instruction_pointer(proc); in syscall_p()
/external/ltrace/sysdeps/linux-gnu/sparc/
Dregs.c31 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
Dtrace.c51 void *ip = get_instruction_pointer(proc); in syscall_p()
/external/ltrace/sysdeps/linux-gnu/ia64/
Dregs.c37 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
/external/ltrace/sysdeps/linux-gnu/s390/
Dregs.c50 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
/external/ltrace/sysdeps/linux-gnu/metag/
Dregs.c32 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
Dtrace.c372 arch_addr_t pc = get_instruction_pointer(proc); in arch_sw_singlestep()
/external/ltrace/sysdeps/linux-gnu/x86/
Dregs.c59 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
Dtrace.c100 get_instruction_pointer(proc), errno); in syscall_p()
/external/ltrace/sysdeps/linux-gnu/aarch64/
Dregs.c66 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
/external/ltrace/sysdeps/linux-gnu/arm/
Dregs.c135 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
Dtrace.c643 const arch_addr_t pc = get_instruction_pointer(proc); in arch_sw_singlestep()
/external/ltrace/
Dbackend.h98 void *get_instruction_pointer(struct process *proc);
/external/ltrace/sysdeps/linux-gnu/
Devents.c247 event.proc->instruction_pointer = get_instruction_pointer(event.proc); in next_event()
Dtrace.c333 arch_addr_t ip = get_instruction_pointer(proc); in ugly_workaround()
668 get_instruction_pointer(teb)); in singlestep_error()
775 = get_instruction_pointer(task); in process_stopping_on_event()