target.c | 39 /* the_low_target defines the architecture specific aspects depending 41 static struct valgrind_target_ops the_low_target; variable in typeref:struct:valgrind_target_ops 236 resume_pc = (*the_low_target.get_pc) (); 279 stop_pc = (*the_low_target.get_pc) (); 295 if (regno >= the_low_target.num_regs) { 297 regno, the_low_target.num_regs); 305 (*the_low_target.transfer_register) (tid, regno, buf, 314 regno, size, the_low_target.reg_defs[regno].name, bufimage, 325 for (regno = 0; regno < the_low_target.num_regs; regno++) 343 if (regno >= the_low_target.num_regs) [all...] |