Remove regcache_raw_collect
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 30 May 2018 18:54:46 +0000 (14:54 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 30 May 2018 18:54:46 +0000 (14:54 -0400)
commit34a79281e4bd5d1a7f1d22a5a5be1ac2db56a3fc
tree4431b346a1c56a2485a09017620b9163a06529da
parent73e1c03f93f0294b464dc2b67de1f9aaae84838d
Remove regcache_raw_collect

Remove regcache_raw_collect, update callers to use
regcache::raw_collect.

gdb/ChangeLog:

* regcache.h (regcache_raw_collect): Remove, update callers to
use regcache::raw_collect.
* regcache.c (regcache_raw_collect): Remove.
58 files changed:
gdb/ChangeLog
gdb/aarch32-linux-nat.c
gdb/aarch64-linux-nat.c
gdb/aix-thread.c
gdb/alpha-tdep.c
gdb/amd64-bsd-nat.c
gdb/amd64-linux-nat.c
gdb/amd64-nat.c
gdb/amd64-obsd-tdep.c
gdb/amd64-tdep.c
gdb/arm-linux-nat.c
gdb/arm-linux-tdep.c
gdb/arm-nbsd-nat.c
gdb/go32-nat.c
gdb/hppa-linux-nat.c
gdb/hppa-nbsd-nat.c
gdb/hppa-obsd-nat.c
gdb/i386-bsd-nat.c
gdb/i386-darwin-nat.c
gdb/i386-gnu-nat.c
gdb/i386-linux-nat.c
gdb/i386-nto-tdep.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/linux-nat-trad.c
gdb/m32r-linux-nat.c
gdb/m32r-linux-tdep.c
gdb/m68k-bsd-nat.c
gdb/m68k-linux-nat.c
gdb/mips-linux-tdep.c
gdb/mips-nbsd-tdep.c
gdb/mips64-obsd-nat.c
gdb/mn10300-linux-tdep.c
gdb/nios2-linux-tdep.c
gdb/nto-procfs.c
gdb/ppc-linux-nat.c
gdb/ppc-ravenscar-thread.c
gdb/regcache.c
gdb/regcache.h
gdb/remote.c
gdb/rs6000-nat.c
gdb/rs6000-tdep.c
gdb/s390-linux-nat.c
gdb/sh-tdep.c
gdb/sparc-obsd-tdep.c
gdb/sparc-ravenscar-thread.c
gdb/sparc-tdep.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/vax-bsd-nat.c
gdb/windows-nat.c
gdb/xtensa-linux-nat.c
This page took 0.030193 seconds and 4 git commands to generate.