pc 73 src/simh/backtrace_func.c full_callback(void *data, uintptr_t pc, const char *pathname, pc 76 src/simh/backtrace_func.c (void)data; (void)pc; pc 5988 src/simh/scp.c void fprint_stopped_gen (FILE *st, t_stat v, REG *pc, DEVICE *dptr) pc 6007 src/simh/scp.c fprintf (st, ", %s: ", pc->name); /* print the name of the PC register */ pc 6009 src/simh/scp.c pcval = get_rval (pc, 0); pc 6010 src/simh/scp.c if ((pc->flags & REG_VMAD) && sim_vm_fprint_addr) /* if reg wants VM-specific printer */ pc 6012 src/simh/scp.c else fprint_val (st, pcval, pc->radix, pc->width, /* otherwise, print as a numeric value */ pc 6013 src/simh/scp.c pc->flags & REG_FMT); /* with the radix and formatting specified */ pc 207 src/simh/scp.h void fprint_stopped_gen (FILE *st, t_stat v, REG *pc, DEVICE *dptr);