* linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index c88c0c3eb2f85dddf6ce4be5bdedf1d45a21b58a..b5a0567677a57fe4b89dc6c4e9624d499ab65848 100644 (file)
@@ -897,11 +897,8 @@ retry:
        }
     }
 
-  enable_async_io ();
-  unblock_async_io ();
   w = linux_wait_for_event (child);
   stop_all_processes ();
-  disable_async_io ();
 
   if (must_set_ptrace_flags)
     {
@@ -1313,11 +1310,7 @@ linux_resume (struct thread_resume *resume_info)
   if (pending_flag)
     for_each_inferior (&all_threads, linux_queue_one_thread);
   else
-    {
-      block_async_io ();
-      enable_async_io ();
-      for_each_inferior (&all_threads, linux_continue_one_thread);
-    }
+    for_each_inferior (&all_threads, linux_continue_one_thread);
 }
 
 #ifdef HAVE_LINUX_USRREGS
This page took 0.025971 seconds and 4 git commands to generate.