gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / displaced-stepping.h
index c46f99f549c0ceb8ad44b8bedff5b87543871598..515d4b19034aaeb24ff3985798cad9bde923a04c 100644 (file)
@@ -152,6 +152,8 @@ private:
   std::vector<displaced_step_buffer_state> m_buffers;
 };
 
+bool default_supports_displaced_step (target_ops *target, thread_info *thread);
+
 displaced_step_prepare_status
   default_displaced_step_prepare (target_ops *target, thread_info *thread);
 
This page took 0.023318 seconds and 4 git commands to generate.