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>
Wed, 8 Jul 2020 18:19:09 +0000 (14:19 -0400)
commit7ccba087914c008843d1ac6078581d97f71c1ef4
tree6feb735a6a8b89b0a778d401b40575ad7cf0d893
parent7bd43605ade66313cd6af1a1b58b6c51cc06827b
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.025045 seconds and 4 git commands to generate.