aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-nat.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-02-10 10:48:50 -0700
committerTom Tromey <tom@tromey.com>2023-02-13 15:24:27 -0700
commitf28085dfb40901f064bd24a0030d9d73babe161e (patch)
treea0f9be1396f37429c9569b053b68169f4e77e68d /gdb/ppc-linux-nat.c
parent736355f2e186a6a5275cac26d9486a5cc28f755c (diff)
downloadgdb-f28085dfb40901f064bd24a0030d9d73babe161e.zip
gdb-f28085dfb40901f064bd24a0030d9d73babe161e.tar.gz
gdb-f28085dfb40901f064bd24a0030d9d73babe161e.tar.bz2
Rely on value_ref_ptr::operator->
Simon pointed out some spots were doing val.get()->mumble, where val is a value_ref_ptr. These were introduced by the function-to-method script, replacing older code that passed the result of .get() to a function. Now that value.h is using methods, we can instead rely on operator->. This patch replaces all the newly-introduced instances of this. Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/ppc-linux-nat.c')
0 files changed, 0 insertions, 0 deletions