gdbserver: turn target op 'resume' into a method
[deliverable/binutils-gdb.git] / gdbserver / nto-low.cc
index 4153a4adde3a5e8fa24998e7297e8d99acb95dd3..d9981540308e82e8c0adf0e87e869dd980e17ea3 100644 (file)
@@ -451,8 +451,8 @@ nto_process_target::thread_alive (ptid_t ptid)
 
 /* Resume inferior's execution.  */
 
-static void
-nto_resume (struct thread_resume *resume_info, size_t n)
+void
+nto_process_target::resume (thread_resume *resume_info, size_t n)
 {
   /* We can only work in all-stop mode.  */
   procfs_status status;
@@ -941,7 +941,6 @@ nto_sw_breakpoint_from_kind (int kind, int *size)
 static nto_process_target the_nto_target;
 
 static process_stratum_target nto_target_ops = {
-  nto_resume,
   nto_wait,
   nto_fetch_registers,
   nto_store_registers,
This page took 0.038359 seconds and 4 git commands to generate.