gdbserver: turn target op 'kill' into a method
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.cc
index 60abc75d8daeae68806b666d109f3012eee06652..f6359e8157518af02a79bdb3303d7e5f9ff45340 100644 (file)
@@ -521,8 +521,8 @@ lynx_wait (ptid_t ptid, struct target_waitstatus *status, int options)
 
 /* Implement the kill target_ops method.  */
 
-static int
-lynx_kill (process_info *process)
+int
+lynx_process_target::kill (process_info *process)
 {
   ptid_t ptid = lynx_ptid_t (process->pid, 0);
   struct target_waitstatus status;
@@ -726,7 +726,6 @@ static lynx_process_target the_lynx_target;
 /* The LynxOS target_ops vector.  */
 
 static process_stratum_target lynx_target_ops = {
-  lynx_kill,
   lynx_detach,
   lynx_mourn,
   lynx_join,
This page took 0.024711 seconds and 4 git commands to generate.