/external/ltrace/sysdeps/linux-gnu/ppc/ |
D | trace.c | 67 long pc = (long)get_instruction_pointer(proc); in syscall_p() 94 arch_addr_t ip = get_instruction_pointer(proc); in arch_sw_singlestep()
|
D | regs.c | 44 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
D | plt.c | 919 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/ |
D | regs.c | 40 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
D | trace.c | 54 char *ip = get_instruction_pointer(proc) - 4; in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
D | regs.c | 53 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
D | trace.c | 95 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/ |
D | regs.c | 40 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
/external/ltrace/sysdeps/linux-gnu/cris/ |
D | regs.c | 40 void *get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
D | trace.c | 54 long pc = (long)get_instruction_pointer(proc); in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/sparc/ |
D | regs.c | 31 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
D | trace.c | 51 void *ip = get_instruction_pointer(proc); in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/ia64/ |
D | regs.c | 37 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
/external/ltrace/sysdeps/linux-gnu/s390/ |
D | regs.c | 50 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
/external/ltrace/sysdeps/linux-gnu/metag/ |
D | regs.c | 32 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
D | trace.c | 372 arch_addr_t pc = get_instruction_pointer(proc); in arch_sw_singlestep()
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | regs.c | 59 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
D | trace.c | 100 get_instruction_pointer(proc), errno); in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
D | regs.c | 66 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | regs.c | 135 get_instruction_pointer(struct process *proc) in get_instruction_pointer() function
|
D | trace.c | 643 const arch_addr_t pc = get_instruction_pointer(proc); in arch_sw_singlestep()
|
/external/ltrace/ |
D | backend.h | 98 void *get_instruction_pointer(struct process *proc);
|
/external/ltrace/sysdeps/linux-gnu/ |
D | events.c | 247 event.proc->instruction_pointer = get_instruction_pointer(event.proc); in next_event()
|
D | trace.c | 333 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()
|