gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / target.h
index 255c71fef09f7c19807fbd82bea5abef494b49a2..f2bb55e4bdd28675e76973c4863960ece269dd54 100644 (file)
@@ -1254,6 +1254,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.026284 seconds and 4 git commands to generate.