Lines Matching defs:pc
82 void * pc;
88 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)48 /* eip */, NULL);
89 /* FIXME - pc is a non-decremented breakpoint address, hence the
93 if (pc == ((int)bkpt_addr + 1)) {
103 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL);
105 if (pc == bkpt_addr) {
113 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(64*4) /* pc */, NULL);
114 if (pc == bkpt_addr) {