gdbserver: fix killed-outside.exp
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index ccf4c9421d879a0ecdacdb145ee4bc6f2280ee00..f1d4f0f5a462666ce296a5ceef4adfc66f955c6b 100644 (file)
@@ -199,7 +199,7 @@ struct linux_target_ops
   void (*prepare_to_resume) (struct lwp_info *);
 
   /* Hook to support target specific qSupported.  */
-  void (*process_qsupported) (const char *);
+  void (*process_qsupported) (char **, int count);
 
   /* Returns true if the low target supports tracepoints.  */
   int (*supports_tracepoints) (void);
This page took 0.024219 seconds and 4 git commands to generate.