Remove regcache_raw_supply
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 30 May 2018 18:54:45 +0000 (14:54 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 30 May 2018 18:54:45 +0000 (14:54 -0400)
commit73e1c03f93f0294b464dc2b67de1f9aaae84838d
tree723ab692f6e43ff44e8ece53bdb5cff45cc576e0
parente4c4a59b48b2cec10cffac4f562937de00cb5f3f
Remove regcache_raw_supply

Remove regcache_raw_supply, update callers to use
detached_regcache::raw_supply.

gdb/ChangeLog:

* regcache.h (regcache_raw_supply): Remove, update callers to
use detached_regcache::raw_supply.
* regcache.c (regcache_raw_supply): Remove.
88 files changed:
gdb/ChangeLog
gdb/aarch32-linux-nat.c
gdb/aarch64-linux-nat.c
gdb/aix-thread.c
gdb/alpha-bsd-nat.c
gdb/alpha-nbsd-tdep.c
gdb/alpha-tdep.c
gdb/amd64-bsd-nat.c
gdb/amd64-fbsd-nat.c
gdb/amd64-linux-nat.c
gdb/amd64-nat.c
gdb/amd64-obsd-nat.c
gdb/amd64-obsd-tdep.c
gdb/amd64-tdep.c
gdb/arch-utils.c
gdb/arm-bsd-tdep.c
gdb/arm-linux-nat.c
gdb/arm-linux-tdep.c
gdb/arm-nbsd-nat.c
gdb/corelow.c
gdb/cris-tdep.c
gdb/ctf.c
gdb/go32-nat.c
gdb/hppa-linux-nat.c
gdb/hppa-nbsd-nat.c
gdb/hppa-nbsd-tdep.c
gdb/hppa-obsd-nat.c
gdb/hppa-obsd-tdep.c
gdb/i386-bsd-nat.c
gdb/i386-darwin-nat.c
gdb/i386-fbsd-nat.c
gdb/i386-gnu-nat.c
gdb/i386-linux-nat.c
gdb/i386-nbsd-nat.c
gdb/i386-obsd-nat.c
gdb/i386-obsd-tdep.c
gdb/i386-tdep.c
gdb/i386-v4-nat.c
gdb/i387-tdep.c
gdb/ia64-linux-nat.c
gdb/ia64-linux-tdep.c
gdb/linux-nat-trad.c
gdb/m32r-linux-nat.c
gdb/m32r-linux-tdep.c
gdb/m68k-bsd-nat.c
gdb/m68k-bsd-tdep.c
gdb/m68k-linux-nat.c
gdb/mips-linux-tdep.c
gdb/mips-nbsd-tdep.c
gdb/mips64-obsd-nat.c
gdb/mips64-obsd-tdep.c
gdb/mn10300-linux-tdep.c
gdb/nios2-linux-tdep.c
gdb/ppc-fbsd-nat.c
gdb/ppc-linux-nat.c
gdb/ppc-nbsd-nat.c
gdb/ppc-obsd-nat.c
gdb/ppc-ravenscar-thread.c
gdb/record-btrace.c
gdb/regcache.c
gdb/regcache.h
gdb/remote.c
gdb/rs6000-nat.c
gdb/rs6000-tdep.c
gdb/s390-linux-nat.c
gdb/s390-tdep.c
gdb/score-tdep.c
gdb/sh-tdep.c
gdb/sparc-nat.c
gdb/sparc-nbsd-nat.c
gdb/sparc-obsd-tdep.c
gdb/sparc-ravenscar-thread.c
gdb/sparc-tdep.c
gdb/sparc64-fbsd-nat.c
gdb/sparc64-nbsd-nat.c
gdb/sparc64-obsd-nat.c
gdb/sparc64-obsd-tdep.c
gdb/sparc64-tdep.c
gdb/spu-linux-nat.c
gdb/spu-multiarch.c
gdb/tilegx-linux-nat.c
gdb/tracefile-tfile.c
gdb/tracefile.c
gdb/vax-bsd-nat.c
gdb/vax-tdep.c
gdb/windows-nat.c
gdb/xtensa-linux-nat.c
gdb/xtensa-tdep.c
This page took 0.032288 seconds and 4 git commands to generate.