gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / target.h
index 90fe9a6fcd6f102f2beed85212299bd0b089bc4d..7469e6bee7a61c76e91b422451ed425832488a45 100644 (file)
@@ -1244,6 +1244,9 @@ struct target_ops
     virtual void done_generating_core ()
       TARGET_DEFAULT_IGNORE ();
 
+    virtual bool supports_displaced_step (thread_info *thread)
+      TARGET_DEFAULT_FUNC (default_supports_displaced_step);
+
     virtual displaced_step_prepare_status displaced_step_prepare (thread_info *thread)
       TARGET_DEFAULT_FUNC (default_displaced_step_prepare);
 
This page took 0.023162 seconds and 4 git commands to generate.