Searched refs:stop_registers (Results 1 – 4 of 4) sorted by relevance
288 struct regcache *stop_registers; variable3120 regcache_cpy (stop_registers, current_regcache); in normal_stop()3519 struct regcache *stop_registers; member3575 inf_status->stop_registers = regcache_dup_no_passthrough (stop_registers); in save_inferior_status()3625 regcache_xfree (stop_registers); in restore_inferior_status()3626 stop_registers = inf_status->stop_registers; in restore_inferior_status()3678 regcache_xfree (inf_status->stop_registers); in discard_inferior_status()3824 stop_registers = regcache_xmalloc (current_gdbarch); in build_infrun()3834 DEPRECATED_REGISTER_GDBARCH_SWAP (stop_registers); in _initialize_infrun()
425 extern struct regcache *stop_registers;
851 regcache_cpy_no_passthrough (retbuf, stop_registers); in call_function_by_hand()
1129 gdbarch_return_value (current_gdbarch, value_type, stop_registers, in print_return_value()