gdb: add target_ops methods for displaced stepping
[deliverable/binutils-gdb.git] / gdb / displaced-stepping.h
index e637c3892505c2e341be78a6bdf1e81b680dca94..c46f99f549c0ceb8ad44b8bedff5b87543871598 100644 (file)
@@ -6,6 +6,7 @@
 
 struct gdbarch;
 struct thread_info;
+struct target_ops;
 
 enum displaced_step_prepare_status
 {
@@ -151,5 +152,11 @@ private:
   std::vector<displaced_step_buffer_state> 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 */
This page took 0.023319 seconds and 4 git commands to generate.