1 long pc;
2 if (upeek(tcp->pid, PT_PC, &pc) < 0) {
3 	PRINTBADPC;
4 	return;
5 }
6 tprintf(fmt, pc);
7