convert to_supports_multi_process
[deliverable/binutils-gdb.git] / gdb / target.h
index fc90a8bd2c7cfdd9f16b6f88f46bd62c59bea7dd..390201d598c41f8609a629dcb46142dedba0d650 100644 (file)
@@ -713,7 +713,8 @@ struct target_ops
 
     /* Does this target support debugging multiple processes
        simultaneously?  */
-    int (*to_supports_multi_process) (struct target_ops *);
+    int (*to_supports_multi_process) (struct target_ops *)
+      TARGET_DEFAULT_RETURN (0);
 
     /* Does this target support enabling and disabling tracepoints while a trace
        experiment is running?  */
This page took 0.024538 seconds and 4 git commands to generate.