Searched refs:the_low_target (Results 1 – 1 of 1) sorted by relevance
41 static struct valgrind_target_ops the_low_target; variable258 resume_pc = (*the_low_target.get_pc) (); in valgrind_resume()320 stop_pc = (*the_low_target.get_pc) (); in valgrind_wait()336 if (regno >= the_low_target.num_regs) { in fetch_register()338 regno, the_low_target.num_regs); in fetch_register()346 (*the_low_target.transfer_register) (tid, regno, buf, in fetch_register()355 regno, size, the_low_target.reg_defs[regno].name, bufimage, in fetch_register()366 for (regno = 0; regno < the_low_target.num_regs; regno++) in usr_fetch_inferior_registers()384 if (regno >= the_low_target.num_regs) { in usr_store_inferior_registers()386 regno, the_low_target.num_regs); in usr_store_inferior_registers()[all …]