X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fdisplaced-stepping.h;h=c46f99f549c0ceb8ad44b8bedff5b87543871598;hb=348a832d84a566eb9e8a8bed87c274f7b0e2579f;hp=e637c3892505c2e341be78a6bdf1e81b680dca94;hpb=c0fdb45ee500f3c3e0d15ad62a7b59a4cb4c2ce2;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/displaced-stepping.h b/gdb/displaced-stepping.h index e637c38925..c46f99f549 100644 --- a/gdb/displaced-stepping.h +++ b/gdb/displaced-stepping.h @@ -6,6 +6,7 @@ struct gdbarch; struct thread_info; +struct target_ops; enum displaced_step_prepare_status { @@ -151,5 +152,11 @@ private: std::vector m_buffers; }; +displaced_step_prepare_status + default_displaced_step_prepare (target_ops *target, thread_info *thread); + +displaced_step_finish_status + default_displaced_step_finish (target_ops *target, thread_info *thread, + gdb_signal sig); #endif /* DISPLACED_STEPPING_H */