Home | History | Annotate | Download | only in strace

Lines Matching refs:PC

991 	long pc;
993 if (upeek(tcp->pid, 4*EIP, &pc) < 0)
996 if (upeek(tcp->pid, 8*RIP, &pc) < 0)
999 if (upeek(tcp->pid, PT_B0, &pc) < 0)
1002 if (upeek(tcp->pid, 4*15, &pc) < 0)
1005 if (upeek(tcp->pid, sizeof(unsigned long)*PT_NIP, &pc) < 0)
1008 if (upeek(tcp->pid, 4*PT_PC, &pc) < 0)
1011 if (upeek(tcp->pid, REG_PC, &pc) < 0)
1014 if (upeek(tcp->pid, REG_EPC, &pc) < 0)
1020 pc = regs.r_pc;
1022 if(upeek(tcp->pid,PT_PSWADDR,&pc) < 0)
1025 if(upeek(tcp->pid,PT_IAOQ0,&pc) < 0)
1028 if (upeek(tcp->pid, 4*REG_PC ,&pc) < 0)
1031 if (upeek(tcp->pid, REG_PC ,&pc) < 0)
1034 return pc;
1040 * Assumes PC is never 0xffffffff
1111 long pc;
1113 if (upeek(tcp->pid, sizeof(unsigned long)*PT_NIP, &pc) < 0) {
1117 tprintf("[%08lx] ", pc);
1119 long pc;
1121 if (upeek(tcp->pid, 4*PT_PC, &pc) < 0) {
1125 tprintf("[%08lx] ", pc);
1127 long pc;
1129 if (upeek(tcp->pid, REG_PC, &pc) < 0) {
1133 tprintf("[%08lx] ", pc);
1142 long pc;
1144 if(upeek(tcp->pid,PT_IAOQ0,&pc) < 0) {
1148 tprintf("[%08lx] ", pc);
1150 long pc;
1152 if (upeek(tcp->pid, REG_EPC, &pc) < 0) {
1156 tprintf("[%08lx] ", pc);
1158 long pc;
1160 if (upeek(tcp->pid, 4*REG_PC, &pc) < 0) {
1164 tprintf("[%08lx] ", pc);
1166 long pc;
1168 if (upeek(tcp->pid, REG_PC, &pc) < 0) {
1172 tprintf("[%08lx] ", pc);
1174 long pc;
1176 if (upeek(tcp->pid, 4*15, &pc) < 0) {
1180 tprintf("[%08lx] ", pc);
1744 long pc;
1746 long pc;
1748 long pc;
1752 long pc;
1792 "NOTE: PC not at bpt (pc %#lx baddr %#lx)\n",
1830 fprintf(stderr, "NOTE: PC not at bpt (pc %#lx baddr %#lx)\n",
1858 "NOTE: PC not at bpt (pc %#lx baddr %#lx)\n",
1869 "NOTE: PC not at bpt (pc %#lx baddr %#lx)\n",
1874 if (upeek(tcp->pid, sizeof(unsigned long)*PT_NIP, &pc) < 0)
1876 if (pc != tcp->baddr) {
1879 fprintf(stderr, "NOTE: PC not at bpt (pc %#lx baddr %#lx)\n",
1880 pc, tcp->baddr);
1884 if (upeek(tcp->pid, 4*PT_PC, &pc) < 0)
1886 if (pc != tcp->baddr) {
1889 fprintf(stderr, "NOTE: PC not at bpt (pc %#lx baddr %#lx)\n",
1890 pc, tcp->baddr);
1894 if (upeek(tcp->pid, REG_PC, &pc) < 0)
1896 if (pc != tcp->baddr) {
1899 fprintf(stderr, "NOTE: PC not at bpt (pc %#lx baddr %#lx)\n",
1900 pc, tcp->baddr);
1910 fprintf(stderr, "NOTE: PC not at bpt (iaoq %#lx baddr %#lx)\n",
1922 if (upeek(tcp->pid, 4*REG_PC, &pc) < 0)
1924 if (pc != tcp->baddr) {
1927 fprintf(stderr, "NOTE: PC not at bpt (pc %#lx baddr %#lx)\n",
1928 pc, tcp->baddr);
1968 "NOTE: PC not at bpt (pc %#x baddr %#x)\n",
1974 fprintf(stderr, "NOTE: PC adjusted (%#x -> %#x\n",