Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dinfrun.c297 struct regcache *stop_registers; variable
3362 regcache_cpy (stop_registers, current_regcache); in normal_stop()
3761 struct regcache *stop_registers; member
3817 inf_status->stop_registers = regcache_dup_no_passthrough (stop_registers); in save_inferior_status()
3867 regcache_xfree (stop_registers); in restore_inferior_status()
3868 stop_registers = inf_status->stop_registers; in restore_inferior_status()
3920 regcache_xfree (inf_status->stop_registers); in discard_inferior_status()
4066 stop_registers = regcache_xmalloc (current_gdbarch); in build_infrun()
4076 DEPRECATED_REGISTER_GDBARCH_SWAP (stop_registers); in _initialize_infrun()
Dinferior.h431 extern struct regcache *stop_registers;
Dinfcmd.c1062 value = register_value_being_returned (value_type, stop_registers); in print_return_value()
1092 CORE_ADDR addr = DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS (stop_registers); in print_return_value()
1107 EXTRACT_RETURN_VALUE (value_type, stop_registers, in print_return_value()
Dinfcall.c1034 regcache_cpy_no_passthrough (retbuf, stop_registers); in call_function_by_hand()