gdb: rename target_read_auxv(target_ops *) to target_read_auxv_raw
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 12 Oct 2022 00:53:39 +0000 (20:53 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Wed, 12 Oct 2022 01:08:19 +0000 (21:08 -0400)
commit1639fab33b5932e1a5e88e29273996f70047da85
treec4ba79eba9378e133522c9aa06a2940a32960e21
parent8652404e813a895dfebe8591b30e90328b6e6898
gdb: rename target_read_auxv(target_ops *) to target_read_auxv_raw

Having two overloads of target_read_auxv that don't have the same goals
is confusing.  Rename the one that reads from an explicit target_ops to
target_read_auxv_raw.  Also, it occured to me that the non-raw version
could use the raw version, that reduces duplication a bit.

Change-Id: I28e5f7cecbfcacd0174d4686efb3e4a23b4ad491
gdb/aarch64-linux-tdep.c
gdb/arm-fbsd-tdep.c
gdb/arm-linux-tdep.c
gdb/auxv.c
gdb/auxv.h
gdb/ppc-linux-tdep.c
gdb/s390-linux-tdep.c