gdb: rename displaced_step_closure to displaced_step_copy_insn_closure
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 1 Apr 2020 01:09:04 +0000 (21:09 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 4 Jun 2020 19:04:21 +0000 (15:04 -0400)
commit588de28a67e74a367c511e02b832cb82e9d1d025
treecda47190db8991c3163aa716c913c612b04abd67
parentbb88694d7308f6cd4a992c927b04703aaac34e56
gdb: rename displaced_step_closure to displaced_step_copy_insn_closure

Since we're going to introduce other "displaced step" functions, make it
clear that it's the return type of the displaced_step_copy_insn family
of functions.
19 files changed:
gdb/aarch64-tdep.c
gdb/aarch64-tdep.h
gdb/amd64-tdep.c
gdb/amd64-tdep.h
gdb/arch-utils.c
gdb/arch-utils.h
gdb/arm-linux-tdep.c
gdb/arm-tdep.c
gdb/arm-tdep.h
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/i386-linux-tdep.c
gdb/i386-tdep.c
gdb/i386-tdep.h
gdb/infrun.c
gdb/infrun.h
gdb/rs6000-tdep.c
gdb/s390-tdep.c
This page took 0.02626 seconds and 4 git commands to generate.