gdbserver: turn target op 'emit_ops' into a method
[deliverable/binutils-gdb.git] / gdbserver / server.cc
index 77155935fab02a282f2fd34ab602e3f3f17b3ad2..448089fd47c454b2150c48894957d27c682d5270 100644 (file)
@@ -3323,8 +3323,8 @@ handle_status (char *own_buf)
     {
       thread_info *thread = NULL;
 
-      pause_all (0);
-      stabilize_threads ();
+      target_pause_all (false);
+      target_stabilize_threads ();
       gdb_wants_all_threads_stopped ();
 
       /* We can only report one status, but we might be coming out of
This page took 0.023518 seconds and 4 git commands to generate.