Lines Matching refs:the_low_target
106 CORE_ADDR stop_pc = (*the_low_target.get_pc) (); in get_stop_pc()
111 return stop_pc - the_low_target.decr_pc_after_break; in get_stop_pc()
322 if ((*the_low_target.breakpoint_at) (stop_pc)) in check_removed_breakpoint()
336 if (the_low_target.set_pc != NULL) in check_removed_breakpoint()
337 (*the_low_target.set_pc) (stop_pc); in check_removed_breakpoint()
423 if (the_low_target.get_pc != NULL) in linux_wait_for_process()
553 if (the_low_target.get_pc == NULL) in linux_wait_for_event()
603 if (the_low_target.breakpoint_reinsert_addr == NULL) in linux_wait_for_event()
612 (stop_pc, (*the_low_target.breakpoint_reinsert_addr) ()); in linux_wait_for_event()
642 if ((*the_low_target.breakpoint_at) (stop_pc)) in linux_wait_for_event()
894 if (debug_threads && the_low_target.get_pc != NULL) in linux_resume_one_process()
897 (long) (*the_low_target.get_pc) (); in linux_resume_one_process()
1084 if (regnum < 0 || regnum >= the_low_target.num_regs) in register_addr()
1087 addr = the_low_target.regmap[regnum]; in register_addr()
1100 if (regno >= the_low_target.num_regs) in fetch_register()
1102 if ((*the_low_target.cannot_fetch_register) (regno)) in fetch_register()
1136 for (regno = 0; regno < the_low_target.num_regs; regno++) in usr_fetch_inferior_registers()
1154 if (regno >= the_low_target.num_regs) in usr_store_inferior_registers()
1157 if ((*the_low_target.cannot_store_register) (regno) == 1) in usr_store_inferior_registers()
1173 if ((*the_low_target.cannot_store_register) (regno) == 0) in usr_store_inferior_registers()
1187 for (regno = 0; regno < the_low_target.num_regs; regno++) in usr_store_inferior_registers()
1500 set_breakpoint_data (the_low_target.breakpoint, in initialize_low()
1501 the_low_target.breakpoint_len); in initialize_low()