Home
last modified time | relevance | path

Searched refs:stop_registers (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dinfrun.c288 struct regcache *stop_registers; variable
3120 regcache_cpy (stop_registers, current_regcache); in normal_stop()
3519 struct regcache *stop_registers; member
3575 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()
Dinferior.h425 extern struct regcache *stop_registers;
Dinfcall.c851 regcache_cpy_no_passthrough (retbuf, stop_registers); in call_function_by_hand()
Dinfcmd.c1129 gdbarch_return_value (current_gdbarch, value_type, stop_registers, in print_return_value()