2018-06-09 John David Anglin * gdb/hppa-linux-nat.c (hppa_linux_nat_target::fetch_inferior_registers): Rename to hppa_linux_nat_target::fetch_registers. diff --git a/gdb/hppa-linux-nat.c b/gdb/hppa-linux-nat.c index 6fd70c6686..440bde703f 100644 --- a/gdb/hppa-linux-nat.c +++ b/gdb/hppa-linux-nat.c @@ -273,8 +273,7 @@ store_register (const struct regcache *regcache, int regno) point registers depending upon the value of regno. */ void -hppa_linux_nat_target::fetch_inferior_registers (struct regcache *regcache, - int regno) +hppa_linux_nat_target::fetch_registers (struct regcache *regcache, int regno) { if (-1 == regno) {