gdb: add target_ops methods for displaced stepping
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 30 Mar 2020 19:58:57 +0000 (15:58 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 4 Jun 2020 19:04:21 +0000 (15:04 -0400)
commit348a832d84a566eb9e8a8bed87c274f7b0e2579f
tree7d98c21e3f4782d6242dd6717b53b9af049e05b2
parentc0fdb45ee500f3c3e0d15ad62a7b59a4cb4c2ce2
gdb: add target_ops methods for displaced stepping

Currently, the gdbarch is responsible for preparing the threads for
displaced stepping.  Since some targets specifically provide some
resources for displaced stepping, add some target_ops methods to make it
possible for targets to override the default behavior.  The default
behavior, for targets that don't override it, is to defer to the
gdbarch.
gdb/displaced-stepping.c
gdb/displaced-stepping.h
gdb/infrun.c
gdb/target-debug.h
gdb/target-delegates.c
gdb/target.h
This page took 0.023998 seconds and 4 git commands to generate.