gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / target.h
index 0f8f38203536fac9c128cf998ab3afa14683e5fb..16a21b66574fc9dc97dd4b8bcd4a581361abbcf2 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.023498 seconds and 4 git commands to generate.